Skip to content

Commit

Permalink
The order is important...
Browse files Browse the repository at this point in the history
  • Loading branch information
mati865 committed Jul 11, 2022
1 parent 00b98b2 commit d282a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/scripts/install-mingw.sh
Expand Up @@ -64,7 +64,7 @@ if isWindows; then
else
mingw_dir="mingw${bits}"

curl -o -L mingw.7z "https://github.com/niXman/mingw-builds-binaries/releases/download/12.1.0-rt_v10-rev3/i686-12.1.0-release-posix-dwarf-rt_v10-rev3.7z"
curl -L -o mingw.7z "https://github.com/niXman/mingw-builds-binaries/releases/download/12.1.0-rt_v10-rev3/i686-12.1.0-release-posix-dwarf-rt_v10-rev3.7z"
7z x -y mingw.7z > /dev/null
curl -o "${mingw_dir}/bin/gdborig.exe" "${MIRRORS_BASE}/2017-04-20-${bits}bit-gdborig.exe"
ciCommandAddPath "$(pwd)/${mingw_dir}/bin"
Expand Down

0 comments on commit d282a07

Please sign in to comment.