Skip to content

Commit 852afcd

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 0e96ef0 commit 852afcd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,10 @@ jobs:
228228
update: true
229229
install: diffutils make
230230
path-type: inherit
231+
- name: Downgrade msys2 runtime
232+
shell: msys2 {0}
233+
run: |
234+
pacman --noconfirm -U https://repo.msys2.org/msys/x86_64/msys2-runtime-3.4.10-4-x86_64.pkg.tar.zst
231235
- name: Test
232236
shell: msys2 {0}
233237
env:

0 commit comments

Comments
 (0)