]> jfr.im git - solanum.git/commitdiff
appveyor: use pacman -Sy not -Syu
authorWilliam Pitcock <redacted>
Mon, 21 Mar 2016 00:55:02 +0000 (19:55 -0500)
committerWilliam Pitcock <redacted>
Mon, 21 Mar 2016 00:55:02 +0000 (19:55 -0500)
.appveyor.yml

index d03e9fb74b8fe0f9b751b71804de14986937a78d..84d6b04454787606684b304427f8b0dd8a7e4ba8 100644 (file)
@@ -1,7 +1,7 @@
 version: 3.6-dev_{build}
 clone_depth: 10
 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 "uname -a"
   - c:\msys64\usr\bin\sh.exe -lc "cat /proc/cpuinfo"