mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
Install an older version of MinGW
Version 12 changes to URCT instead of MSVCRT which causes linker issues with all the prebuilt MinGW binaries. This is still a liability that will have to eventually be fixed.
This commit is contained in:
parent
732115820b
commit
cc147e5827
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -117,6 +117,8 @@ jobs:
|
||||
max_attempts: 10
|
||||
timeout_minutes: 3
|
||||
command: |
|
||||
choco uninstall mingw
|
||||
choco install mingw --version 11.2.0
|
||||
choco install ninja OpenCppCoverage -y
|
||||
echo "C:\Program Files\OpenCppCoverage" >> $env:GITHUB_PATH
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user