Skip to content

Commit

Permalink
Install Openssl for Windows (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
chapeupreto committed Aug 20, 2023
1 parent 99f108f commit c704bcc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
matrix:
os: [macos-latest, windows-latest]
steps:
- run: echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
if: runner.os == 'Windows'
- run: vcpkg install openssl:x64-windows-static-md
if: runner.os == 'Windows'
- uses: actions/checkout@v3
with:
submodules: true
Expand Down

0 comments on commit c704bcc

Please sign in to comment.