From e40eeee538b117044ea9cb5eb4402f10dbe93ff7 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Wed, 24 Jul 2024 12:51:52 +0200 Subject: [PATCH] Revert "GitHub CI: Win - install whole gcc toolchain" Seem no longer to be needed, also GCC has been used that time. The change may very slightly (if noticable) improve CI run time but it is consstent with instructions in wiki and also more clear. This reverts commit 8278e152018d27d80acebf4cb126b304e46082ce. --- .github/scripts/Windows/prepare_msys.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/scripts/Windows/prepare_msys.sh b/.github/scripts/Windows/prepare_msys.sh index bac6fc53e..b05b41725 100644 --- a/.github/scripts/Windows/prepare_msys.sh +++ b/.github/scripts/Windows/prepare_msys.sh @@ -46,7 +46,8 @@ PACMAN_INSTALL='pacman -Sy --needed --noconfirm --disable-download-timeout' MINGW_PACKAGE_PREFIX=mingw-w64-clang-x86_64 m=$MINGW_PACKAGE_PREFIX $PACMAN_INSTALL automake autoconf git make pkgconf \ - $m-gcc-compat $m-toolchain \ + $m-clang $m-winpthreads-git \ + $m-gcc-compat \ unzip zip $PACMAN_INSTALL $m-asciidoc \ $m-ffmpeg \