We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdcd9f0 commit ebd508eCopy full SHA for ebd508e
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- run: CFLAGS=-m32 ./cibuild
18
19
Windows:
20
- runs-on: windows-2025
+ runs-on: windows-latest
21
steps:
22
- uses: actions/checkout@v3
23
- uses: ruby/setup-ruby@v1
@@ -26,6 +26,7 @@ jobs:
26
- uses: msys2/setup-msys2@v2
27
with:
28
msystem: MINGW32
29
+ location: D:\a\_temp\msys32
30
install: git mingw-w64-i686-gcc base-devel mingw-w64-i686-tk mingw-w64-i686-curl zip procps
31
- shell: msys2 {0}
32
run: ./cibuild
0 commit comments