From 016ea4351f3efd972eea6f50c3b0ab5449d5f773 Mon Sep 17 00:00:00 2001 From: Charles Giessen Date: Wed, 14 May 2025 18:56:09 -0500 Subject: [PATCH] Disable mingw CI job Currently, this job fails due to: -- Check for working C compiler: C:/msys64/mingw64/bin/cc.exe - broken CMake Error at C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeTestCCompiler.cmake:67 (message): The C compiler "C:/msys64/mingw64/bin/cc.exe" is not able to compile a simple test program. The root cause is still unknown so it was decided to disable the CI check in the meantime. --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b12fddd80..68ab0db2a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -344,6 +344,7 @@ jobs: mingw: # windows is 2x expensive to run on GitHub machines, so only run if we know something else simple passed as well + if: false # Disabled due to issues with msys2 making CMake unable to find a working compiler needs: linux-no-asm runs-on: windows-2022 defaults: