appveyor: use pacman -Sy not -Syu
This commit is contained in:
parent
4acd32f7fb
commit
4f3db30451
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 "pacman -Syu mingw-w64-x86_64-gcc autoconf automake libtool pkgconf bison flex make mingw-w64-x86_64-openssl"
|
- c:\msys64\usr\bin\sh.exe -lc "pacman -Sy mingw-w64-x86_64-gcc autoconf automake libtool pkgconf bison flex make mingw-w64-x86_64-openssl"
|
||||||
- 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"
|
||||||
- c:\msys64\usr\bin\sh.exe -lc "cat /proc/cpuinfo"
|
- c:\msys64\usr\bin\sh.exe -lc "cat /proc/cpuinfo"
|
||||||
|
|
Loading…
Reference in a new issue