From 8278e152018d27d80acebf4cb126b304e46082ce Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Tue, 5 Jan 2021 16:22:19 +0100 Subject: [PATCH] GitHub CI: Win - install whole gcc toolchain There is some weird conflict with in-image packages and those that had been to installed. This change somehow fixes that. --- .github/scripts/Windows/prepare_msys.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/Windows/prepare_msys.sh b/.github/scripts/Windows/prepare_msys.sh index be402d812..fdd31d244 100644 --- a/.github/scripts/Windows/prepare_msys.sh +++ b/.github/scripts/Windows/prepare_msys.sh @@ -37,7 +37,7 @@ EOF PACMAN_INSTALL='pacman -Sy --needed --noconfirm --disable-download-timeout' # Install MSYS2 packages -$PACMAN_INSTALL automake autoconf git make pkgconf mingw-w64-x86_64-binutils mingw-w64-x86_64-gcc mingw-w64-x86_64-cppunit unzip zip +$PACMAN_INSTALL automake autoconf git make pkgconf mingw-w64-x86_64-toolchain mingw-w64-x86_64-cppunit unzip zip $PACMAN_INSTALL mingw-w64-x86_64-glew mingw-w64-x86_64-SDL2 mingw-w64-x86_64-freeglut $PACMAN_INSTALL mingw-w64-x86_64-portaudio # in case of problems build PA with --with-winapi=wmme,directx,wasapi $PACMAN_INSTALL mingw-w64-x86_64-glib2 mingw-w64-x86_64-curl # RTSP capture