From cc147e5827027f8169344bcfc9d3c816db54e11a Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Tue, 26 Sep 2023 08:48:38 -0600 Subject: [PATCH] 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. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d7239043..f85254204 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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