Skip to content

Commit e137e06

Browse files
committed
CI fix
1 parent 21b9445 commit e137e06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
},
4141
{
4242
"match-jobs": ["windows-*-x86-*"],
43-
"run": "vcpkg install openssl:x86-windows"
43+
"run": "vcpkg install openssl:x86-windows; Add-Content -Path $env:GITHUB_PATH -Value 'C:\\vcpkg\\installed\\x86-windows\\bin' -Encoding utf8"
4444
}
4545
]
4646
cmake-presets: >

0 commit comments

Comments
 (0)