Skip to content

Commit bd2de7d

Browse files
committed
Add unprefixed binaries
1 parent b337111 commit bd2de7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/scripts/install-mingw.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if isWindows; then
4444
mingw-w64-$arch-python # the python package is actually for python3
4545
ciCommandAddPath "$(ciCheckoutPath)/msys2/mingw${bits}/bin"
4646
else
47-
url="https://github.com/mati865/mingw-build/releases/download/v0.0.1"
47+
url="https://github.com/mati865/mingw-build/releases/download/v0.0.2"
4848
curl -L -o mingw.tar.zst "${url}/${mingw_archive}"
4949
tar -xf mingw.tar.zst
5050
ciCommandAddPath "$(pwd)/${arch}-w64-mingw32/bin"

0 commit comments

Comments
 (0)