force install newer version of the windows CRT in the windows test runner (#5448)
Co-authored-by: Nerixyz <nerixdev@outlook.de>
This commit is contained in:
@@ -105,6 +105,12 @@ jobs:
|
|||||||
--output-folder=. `
|
--output-folder=. `
|
||||||
-o with_openssl3="$Env:C2_USE_OPENSSL3"
|
-o with_openssl3="$Env:C2_USE_OPENSSL3"
|
||||||
|
|
||||||
|
# The Windows runners currently use an older version of the CRT
|
||||||
|
- name: Install CRT
|
||||||
|
run: |
|
||||||
|
mkdir -Force build-test/bin
|
||||||
|
cp "$((ls $Env:VCToolsRedistDir/onecore/x64 -Filter '*.CRT')[0].FullName)/*" build-test/bin
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cmake `
|
cmake `
|
||||||
|
|||||||
Reference in New Issue
Block a user