Skip to content

Commit d94b4dc

Browse files
committed
ci: rollback to non-broken msys2-runtime
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.
1 parent 74c2591 commit d94b4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
with:
227227
msystem: UCRT64
228228
update: true
229-
install: diffutils make
229+
install: diffutils make https://repo.msys2.org/msys/x86_64/msys2-runtime-3.4.9-3-x86_64.pkg.tar.zst
230230
path-type: inherit
231231
- name: Test
232232
shell: msys2 {0}

0 commit comments

Comments
 (0)