Skip to content

Commit ebd508e

Browse files
authored
Switch MSYS install location
1 parent cdcd9f0 commit ebd508e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- run: CFLAGS=-m32 ./cibuild
1818

1919
Windows:
20-
runs-on: windows-2025
20+
runs-on: windows-latest
2121
steps:
2222
- uses: actions/checkout@v3
2323
- uses: ruby/setup-ruby@v1
@@ -26,6 +26,7 @@ jobs:
2626
- uses: msys2/setup-msys2@v2
2727
with:
2828
msystem: MINGW32
29+
location: D:\a\_temp\msys32
2930
install: git mingw-w64-i686-gcc base-devel mingw-w64-i686-tk mingw-w64-i686-curl zip procps
3031
- shell: msys2 {0}
3132
run: ./cibuild

0 commit comments

Comments
 (0)