We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f108f commit c704bccCopy full SHA for c704bcc
.github/workflows/test.yml
@@ -58,6 +58,10 @@ jobs:
58
matrix:
59
os: [macos-latest, windows-latest]
60
steps:
61
+ - run: echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
62
+ if: runner.os == 'Windows'
63
+ - run: vcpkg install openssl:x64-windows-static-md
64
65
- uses: actions/checkout@v3
66
with:
67
submodules: true
0 commit comments