Skip to content

Commit 846a681

Browse files
committed
Maybe fix Windows CI
1 parent bb8a108 commit 846a681

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ jobs:
122122
matrix:
123123
os: [macos-latest, windows-latest]
124124
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+
if: runner.os == 'Windows'
125129
- uses: actions/checkout@v3
126130
with:
127131
submodules: true

0 commit comments

Comments
 (0)