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 ad462aa commit b299b46Copy full SHA for b299b46
src/ci/scripts/install-mingw.sh
@@ -55,7 +55,8 @@ if isWindows && isKnownToBeMingwBuild; then
55
;;
56
*.zip)
57
curl -o mingw.zip "${MIRRORS_BASE}/${mingw_archive}"
58
- unzip -d $mingw_dir mingw.zip > /dev/null
+ unzip -q mingw.zip
59
+ mv llvm-mingw-20251104-ucrt-$arch $mingw_dir
60
# Temporary workaround: https://github.com/mstorsjo/llvm-mingw/issues/493
61
mkdir -p $mingw_dir/bin
62
ln -s $arch-w64-windows-gnu.cfg $mingw_dir/bin/$arch-pc-windows-gnu.cfg
0 commit comments