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 55444c1 commit 3660130Copy full SHA for 3660130
src/ci/scripts/install-mingw.sh
@@ -46,7 +46,7 @@ if isWindows; then
46
else
47
url="https://github.com/mati865/mingw-build/releases/download/v0"
48
curl -L -o mingw.tar.zst "${url}/${mingw_archive}"
49
- tar -xf mingw.tar.zst > /dev/null
+ tar -xf mingw.tar.zst
50
ciCommandAddPath "$(pwd)/${arch}-w64-mingw32/bin"
51
ciCommandAddPath "$(pwd)/${arch}-w64-mingw32/${arch}-w64-mingw32/bin"
52
fi
0 commit comments