mirror of https://github.com/xemu-project/xemu.git
ci: Fix MSYS2 upgrade process for AppVeyor
This commit is contained in:
parent
729e52662f
commit
dc3bf97fcc
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue