Skip to content

Commit b299b46

Browse files
committed
tweak the extraction
1 parent ad462aa commit b299b46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ci/scripts/install-mingw.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ if isWindows && isKnownToBeMingwBuild; then
5555
;;
5656
*.zip)
5757
curl -o mingw.zip "${MIRRORS_BASE}/${mingw_archive}"
58-
unzip -d $mingw_dir mingw.zip > /dev/null
58+
unzip -q mingw.zip
59+
mv llvm-mingw-20251104-ucrt-$arch $mingw_dir
5960
# Temporary workaround: https://github.com/mstorsjo/llvm-mingw/issues/493
6061
mkdir -p $mingw_dir/bin
6162
ln -s $arch-w64-windows-gnu.cfg $mingw_dir/bin/$arch-pc-windows-gnu.cfg

0 commit comments

Comments
 (0)