From 709a2ad614d8a0c86d939a9168bccfdefddffc1b Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Fri, 22 May 2020 14:48:25 +0200 Subject: [PATCH] GitHub CI: do not reinstall already installed MSYS2 packages --- .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 0a87f48fc..011523640 100644 --- a/.github/scripts/Windows/prepare_msys.sh +++ b/.github/scripts/Windows/prepare_msys.sh @@ -32,7 +32,7 @@ EOF . ~/.bash_profile -PACMAN_INSTALL='pacman -Sy --noconfirm --disable-download-timeout' +PACMAN_INSTALL='pacman -Sy --needed --noconfirm --disable-download-timeout' # Install MSYS2 packages $PACMAN_INSTALL automake autoconf git make pkg-config 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