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 bb8a108 commit 846a681Copy full SHA for 846a681
.github/workflows/test.yml
@@ -122,6 +122,10 @@ jobs:
122
matrix:
123
os: [macos-latest, windows-latest]
124
steps:
125
+ - run: echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
126
+ if: runner.os == 'Windows'
127
+ - run: vcpkg install openssl:x64-windows-static-md
128
129
- uses: actions/checkout@v3
130
with:
131
submodules: true
0 commit comments