appveyor: use update-core --noconfirm
This commit is contained in:
parent
315c3a8ff6
commit
264e9451b2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
version: 3.6-dev_{build}
|
version: 3.6-dev_{build}
|
||||||
clone_depth: 10
|
clone_depth: 10
|
||||||
install:
|
install:
|
||||||
- c:\msys64\usr\bin\sh.exe -lc "update-core"
|
- c:\msys64\usr\bin\sh.exe -lc "update-core --noconfirm"
|
||||||
- c:\msys64\usr\bin\sh.exe -lc "pacman -Syu --noconfirm"
|
- c:\msys64\usr\bin\sh.exe -lc "pacman -Syu --noconfirm"
|
||||||
- c:\msys64\usr\bin\sh.exe -lc "echo 'Building on:'"
|
- c:\msys64\usr\bin\sh.exe -lc "echo 'Building on:'"
|
||||||
- c:\msys64\usr\bin\sh.exe -lc "uname -a"
|
- c:\msys64\usr\bin\sh.exe -lc "uname -a"
|
||||||
|
|
Loading…
Reference in a new issue