Skip to content

Commit 55444c1

Browse files
committed
we are not using msys2 so there is no point in installing packages
1 parent ae50456 commit 55444c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ci/scripts/install-mingw.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ if isWindows; then
4141
if [[ "${CUSTOM_MINGW-0}" -ne 1 ]]; then
4242
pacman -S --noconfirm --needed mingw-w64-$arch-toolchain mingw-w64-$arch-cmake \
4343
mingw-w64-$arch-gcc \
44-
mingw-w64-$arch-python \ # the python package is actually for python3
45-
tar zstd
44+
mingw-w64-$arch-python # the python package is actually for python3
4645
ciCommandAddPath "$(ciCheckoutPath)/msys2/mingw${bits}/bin"
4746
else
4847
url="https://github.com/mati865/mingw-build/releases/download/v0"

0 commit comments

Comments
 (0)