There was an error while loading. Please reload this page.
1 parent 21b9445 commit e137e06Copy full SHA for e137e06
1 file changed
.github/workflows/ci-downstream.yml
@@ -40,7 +40,7 @@ jobs:
40
},
41
{
42
"match-jobs": ["windows-*-x86-*"],
43
- "run": "vcpkg install openssl:x86-windows"
+ "run": "vcpkg install openssl:x86-windows; Add-Content -Path $env:GITHUB_PATH -Value 'C:\\vcpkg\\installed\\x86-windows\\bin' -Encoding utf8"
44
}
45
]
46
cmake-presets: >
0 commit comments