chore(.appveyor.yml): separate upgrading and installing new packages
This commit is contained in:
parent
0c90e97134
commit
355dac2cd1
2 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ environment:
|
|||
- MSYSTEM: MINGW64
|
||||
|
||||
install:
|
||||
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syu" # update core
|
||||
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Su" # update rest
|
||||
# upgrading gcc to 6.x fails
|
||||
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Suuy mingw-w64-x86_64-ninja mingw-w64-x86_64-cmake git"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@ environment:
|
|||
- MSYSTEM: MINGW64
|
||||
|
||||
install:
|
||||
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syu" # update core
|
||||
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Su" # update rest
|
||||
# upgrading gcc to 6.x fails
|
||||
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Suuy mingw-w64-x86_64-ninja mingw-w64-x86_64-cmake git"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue