Skip to content

Commit

Permalink
try Install OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Apr 1, 2024
1 parent 9006f6c commit c743752
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
build-windows:
runs-on: windows-${{ inputs.version }}
steps:
- name: Install OpenSSL (Windows)
if: runner.os == 'Windows'
shell: powershell
run: |
echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
vcpkg install openssl:x64-windows-static-md
- uses: actions/checkout@v3
- name: build ${{ inputs.workflow }}-windows-${{ inputs.toolset }}
run: |
Expand Down

0 comments on commit c743752

Please sign in to comment.