mirror of https://github.com/xqemu/xqemu.git
ci: Stop updating the MSYS2 platform on AppVeyor
This commit is contained in:
parent
dc3bf97fcc
commit
8d05bc917e
|
@ -8,10 +8,6 @@ rem MSYSTEM: MINGW64 or MINGW32
|
||||||
rem Set the paths appropriately
|
rem Set the paths appropriately
|
||||||
PATH C:\msys64\%MSYSTEM%\bin;C:\msys64\usr\bin;%PATH%
|
PATH C:\msys64\%MSYSTEM%\bin;C:\msys64\usr\bin;%PATH%
|
||||||
|
|
||||||
rem Upgrade the MSYS2 platform
|
|
||||||
bash -lc "pacman --noconfirm -Syu"
|
|
||||||
bash -lc "pacman --noconfirm -Su"
|
|
||||||
|
|
||||||
rem Install required tools
|
rem Install required tools
|
||||||
bash -xlc "pacman --noconfirm -S --needed base-devel"
|
bash -xlc "pacman --noconfirm -S --needed base-devel"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue