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 ae50456 commit 55444c1Copy full SHA for 55444c1
src/ci/scripts/install-mingw.sh
@@ -41,8 +41,7 @@ if isWindows; then
41
if [[ "${CUSTOM_MINGW-0}" -ne 1 ]]; then
42
pacman -S --noconfirm --needed mingw-w64-$arch-toolchain mingw-w64-$arch-cmake \
43
mingw-w64-$arch-gcc \
44
- mingw-w64-$arch-python \ # the python package is actually for python3
45
- tar zstd
+ mingw-w64-$arch-python # the python package is actually for python3
46
ciCommandAddPath "$(ciCheckoutPath)/msys2/mingw${bits}/bin"
47
else
48
url="https://github.com/mati865/mingw-build/releases/download/v0"
0 commit comments