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:
Chris Thrasher 2023-09-26 08:48:38 -06:00
parent 732115820b
commit cc147e5827

View File

@ -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