Skip to content

Commit 33ea274

Browse files
committed
Update mingw32 to 14.2.0-rt_v12-rev1
1 parent f29533a commit 33ea274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
- if: matrix.config.target == 'i686-pc-windows-gnu'
4242
run: |
43-
Invoke-WebRequest -Uri https://github.com/niXman/mingw-builds-binaries/releases/download/14.2.0-rt_v12-rev0/i686-14.2.0-release-posix-dwarf-msvcrt-rt_v12-rev0.7z -OutFile mingw32.7z
43+
Invoke-WebRequest -Uri https://github.com/niXman/mingw-builds-binaries/releases/download/14.2.0-rt_v12-rev1/i686-14.2.0-release-posix-dwarf-msvcrt-rt_v12-rev1.7z -OutFile mingw32.7z
4444
7z x mingw32.7z -oC:\mingw32
4545
echo "C:\mingw32\mingw32\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8
4646

0 commit comments

Comments
 (0)