Skip to content

Commit

Permalink
Add unprefixed binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
mati865 committed Dec 24, 2023
1 parent b337111 commit bd2de7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/scripts/install-mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if isWindows; then
mingw-w64-$arch-python # the python package is actually for python3
ciCommandAddPath "$(ciCheckoutPath)/msys2/mingw${bits}/bin"
else
url="https://github.com/mati865/mingw-build/releases/download/v0.0.1"
url="https://github.com/mati865/mingw-build/releases/download/v0.0.2"
curl -L -o mingw.tar.zst "${url}/${mingw_archive}"
tar -xf mingw.tar.zst
ciCommandAddPath "$(pwd)/${arch}-w64-mingw32/bin"
Expand Down

0 comments on commit bd2de7d

Please sign in to comment.