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 a9d4088 commit ae50456Copy full SHA for ae50456
src/ci/scripts/install-mingw.sh
@@ -45,7 +45,8 @@ if isWindows; then
45
tar zstd
46
ciCommandAddPath "$(ciCheckoutPath)/msys2/mingw${bits}/bin"
47
else
48
- curl -o mingw.tar.zst "https://github.com/mati865/mingw-build/releases/download/v0/${mingw_archive}"
+ url="https://github.com/mati865/mingw-build/releases/download/v0"
49
+ curl -L -o mingw.tar.zst "${url}/${mingw_archive}"
50
tar -xf mingw.tar.zst > /dev/null
51
ciCommandAddPath "$(pwd)/${arch}-w64-mingw32/bin"
52
ciCommandAddPath "$(pwd)/${arch}-w64-mingw32/${arch}-w64-mingw32/bin"
0 commit comments