Skip to content

Commit beec653

Browse files
committed
try this
1 parent fafa451 commit beec653

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/ci/scripts/install-mingw.sh

+1-4
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,7 @@ if isWindows; then
3939
esac
4040

4141
if [[ "${CUSTOM_MINGW:-0}" == 0 ]]; 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-
ciCommandAddPath "$(ciCheckoutPath)/msys2/mingw${bits}/bin"
42+
pacman -S --noconfirm --needed mingw-w64-$arch-toolchain
4643
else
4744
mingw_dir="mingw${bits}"
4845

0 commit comments

Comments
 (0)