mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 22:40:30 +00:00
GitHub CI: do not reinstall already installed MSYS2 packages
This commit is contained in:
2
.github/scripts/Windows/prepare_msys.sh
vendored
2
.github/scripts/Windows/prepare_msys.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user