Skip to content

Commit

Permalink
ci: rollback to non-broken msys2-runtime
Browse files Browse the repository at this point in the history
It appears that msys2-runtime 3.4.10-5 is the cause of `make prove`
breaking in the Windows build. This change forces an earlier
msys2-runtime package to be installed.
  • Loading branch information
jpgrayson committed Feb 11, 2024
1 parent 74c2591 commit d94b4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
with:
msystem: UCRT64
update: true
install: diffutils make
install: diffutils make https://repo.msys2.org/msys/x86_64/msys2-runtime-3.4.9-3-x86_64.pkg.tar.zst
path-type: inherit
- name: Test
shell: msys2 {0}
Expand Down

0 comments on commit d94b4dc

Please sign in to comment.