We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29533a commit 33ea274Copy full SHA for 33ea274
.github/workflows/test.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- if: matrix.config.target == 'i686-pc-windows-gnu'
42
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
+ 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
44
7z x mingw32.7z -oC:\mingw32
45
echo "C:\mingw32\mingw32\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8
46
0 commit comments