ci: Fix MSYS2 upgrade process for AppVeyor

This commit is contained in:
wutno 2019-05-25 00:42:15 -04:00 committed by mborgerson
parent 729e52662f
commit dc3bf97fcc
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ rem Set the paths appropriately
PATH C:\msys64\%MSYSTEM%\bin;C:\msys64\usr\bin;%PATH%
rem Upgrade the MSYS2 platform
bash -lc "pacman --noconfirm --sync --refresh --refresh pacman"
bash -lc "pacman --noconfirm --sync --refresh --refresh --sysupgrade --sysupgrade"
bash -lc "pacman --noconfirm -Syu"
bash -lc "pacman --noconfirm -Su"
rem Install required tools
bash -xlc "pacman --noconfirm -S --needed base-devel"