Disable mingw-clang.

This commit is contained in:
Бранимир Караџић
2024-11-14 21:30:08 -08:00
parent b43eb8259f
commit 40df90e0c3

View File

@@ -44,7 +44,7 @@ jobs:
matrix:
include: [
{ msystem: MINGW64, project: 'mingw-gcc', bindir: 'win64_mingw-gcc' },
{ msystem: CLANG64, project: 'mingw-clang', bindir: 'win64_mingw-clang' },
# { msystem: CLANG64, project: 'mingw-clang', bindir: 'win64_mingw-clang' },
]
name: mingw-${{ matrix.msystem }}
runs-on: windows-2022