]> jfr.im git - solanum.git/commitdiff
appveyor: just do what update-core does without using update-core since it doesnt...
authorWilliam Pitcock <redacted>
Mon, 21 Mar 2016 01:36:31 +0000 (20:36 -0500)
committerWilliam Pitcock <redacted>
Mon, 21 Mar 2016 01:36:31 +0000 (20:36 -0500)
.appveyor.yml

index 460e8b7b7f3d3368672acb7ebc1f530c6cd4f286..3b8ea3c47007599929f5dc7c4acbab99d2520013 100644 (file)
@@ -1,7 +1,7 @@
 version: 3.6-dev_{build}
 clone_depth: 10
 install:
-  - c:\msys64\usr\bin\sh.exe -lc "update-core --noconfirm"
+  - c:\msys64\usr\bin\sh.exe -lc "pacman -Syu --noconfirm bash pacman msys2-runtime"
   - 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 "uname -a"