We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b337111 commit bd2de7dCopy full SHA for bd2de7d
src/ci/scripts/install-mingw.sh
@@ -44,7 +44,7 @@ if isWindows; then
44
mingw-w64-$arch-python # the python package is actually for python3
45
ciCommandAddPath "$(ciCheckoutPath)/msys2/mingw${bits}/bin"
46
else
47
- url="https://github.com/mati865/mingw-build/releases/download/v0.0.1"
+ url="https://github.com/mati865/mingw-build/releases/download/v0.0.2"
48
curl -L -o mingw.tar.zst "${url}/${mingw_archive}"
49
tar -xf mingw.tar.zst
50
ciCommandAddPath "$(pwd)/${arch}-w64-mingw32/bin"
0 commit comments