Skip to content

Commit 3660130

Browse files
committed
do not hide tar errors
1 parent 55444c1 commit 3660130

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
@@ -46,7 +46,7 @@ if isWindows; then
4646
else
4747
url="https://github.com/mati865/mingw-build/releases/download/v0"
4848
curl -L -o mingw.tar.zst "${url}/${mingw_archive}"
49-
tar -xf mingw.tar.zst > /dev/null
49+
tar -xf mingw.tar.zst
5050
ciCommandAddPath "$(pwd)/${arch}-w64-mingw32/bin"
5151
ciCommandAddPath "$(pwd)/${arch}-w64-mingw32/${arch}-w64-mingw32/bin"
5252
fi

0 commit comments

Comments
 (0)