Install Openssl for Windows (#12)
This commit is contained in:
parent
99f108f93c
commit
c704bcc656
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -58,6 +58,10 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-latest, windows-latest]
|
os: [macos-latest, windows-latest]
|
||||||
steps:
|
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
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue