Skip to content

Commit

Permalink
Merge pull request #8278 from ThomasWaldmann/ci-windows-fix-1.4
Browse files Browse the repository at this point in the history
github CI: windows msys2 build: broken, disable it for now, see #8264
  • Loading branch information
ThomasWaldmann committed Jul 7, 2024
2 parents 2f85725 + de913cc commit 83eca0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ on: [push, pull_request]

jobs:
msys2-ucrt64:
runs-on: windows-latest
if: false # build is broken, thus disabled, see #8264
runs-on: windows-latest
defaults:
run:
shell: msys2 {0}
Expand Down

0 comments on commit 83eca0d

Please sign in to comment.