Skip to content

Commit

Permalink
Update windows.yml, disable mingw CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Capital-Asterisk authored May 22, 2024
1 parent 1f8b071 commit 243f3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
compiler: [msvc, clangcl, mingw, clang]
compiler: [msvc, clangcl, clang] # mingw disabled for now
config: [Release, Debug]

steps:
Expand Down

0 comments on commit 243f3c8

Please sign in to comment.