Skip to content

Commit d282a07

Browse files
committed
The order is important...
1 parent 00b98b2 commit d282a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/scripts/install-mingw.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ if isWindows; then
6464
else
6565
mingw_dir="mingw${bits}"
6666

67-
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"
67+
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"
6868
7z x -y mingw.7z > /dev/null
6969
curl -o "${mingw_dir}/bin/gdborig.exe" "${MIRRORS_BASE}/2017-04-20-${bits}bit-gdborig.exe"
7070
ciCommandAddPath "$(pwd)/${mingw_dir}/bin"

0 commit comments

Comments
 (0)