appveyor.yml: try only updating msys2 core, not the rest of the packages
maybe it'll get a bit faster
This commit is contained in:
parent
3ab52c6cb5
commit
269eb45650
|
@ -30,7 +30,6 @@ environment:
|
|||
|
||||
install:
|
||||
- 'if "%compiler%"=="msys2" C:\msys64\usr\bin\bash -lc "pacman -Syu --noconfirm"'
|
||||
- 'if "%compiler%"=="msys2" C:\msys64\usr\bin\bash -lc "pacman -Su --noconfirm"'
|
||||
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S mingw-w64-x86_64-ragel"
|
||||
|
||||
build_script:
|
||||
|
|
Loading…
Reference in New Issue