We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4824b9 commit 9c1c01eCopy full SHA for 9c1c01e
src/ci/scripts/install-mingw.sh
@@ -41,7 +41,7 @@ if isWindows && isKnownToBeMingwBuild; then
41
42
mingw_dir="mingw${bits}"
43
44
- curl -o mingw.7z "${TMP_URL}/${mingw_archive}"
+ curl -Lo mingw.7z "${TMP_URL}/${mingw_archive}"
45
7z x -y mingw.7z > /dev/null
46
ciCommandAddPath "$(cygpath -m "$(pwd)/${mingw_dir}/bin")"
47
0 commit comments