From c82ce5c6211abb04fb3478887c45c8c680eead79 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sun, 20 Mar 2016 20:36:31 -0500 Subject: [PATCH] appveyor: just do what update-core does without using update-core since it doesnt support unattended upgrades --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 460e8b7b7..3b8ea3c47 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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"