Disable mingw compilation.

This commit is contained in:
Christoffer Lerno
2025-03-07 12:36:19 +01:00
parent 5a6884b708
commit cce097fdef

View File

@@ -112,7 +112,7 @@ jobs:
build-msys2-mingw:
runs-on: windows-latest
# if: ${{ false }}
if: ${{ false }}
strategy:
# Don't abort runners if a single one fails
fail-fast: false