Skip to content

Commit

Permalink
Disable the workflow that always fail
Browse files Browse the repository at this point in the history
See the bug ticket #55

#55
  • Loading branch information
aalex committed Dec 19, 2024
1 parent e84d0c6 commit b6dc3cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: push

jobs:
mingw:
if: false # Disables this entire workflow, since it always fails
runs-on: windows-latest
strategy:
matrix:
Expand Down

0 comments on commit b6dc3cc

Please sign in to comment.