Skip to content

Commit

Permalink
Disable mingw-clang.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkaradzic committed Nov 15, 2024
1 parent b43eb82 commit 40df90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40df90e

Please sign in to comment.