mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
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:
parent
d2316af70f
commit
b81a947134
6
.github/workflows/test-windows.yml
vendored
6
.github/workflows/test-windows.yml
vendored
|
@ -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 `
|
||||||
|
|
Loading…
Reference in a new issue