From 85d7fa343f477d8faae6cbde90ae7a243115fa37 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Tue, 6 Feb 2018 11:36:21 +0100 Subject: CI/AppVeyor: fix core system upgrade Work around pacman not being able to do fully unattended updates in some rare cases. See also https://github.com/Alexpux/MSYS2-packages/issues/1141 --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 7ecfabd77..35f8ea22c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -8,7 +8,7 @@ environment: - MSYSTEM: MINGW32 build_script: - - C:\msys64\usr\bin\pacman -Syuu --needed --noconfirm --noprogressbar + - C:\msys64\usr\bin\pacman -Syuu --needed --noconfirm --noprogressbar --ask=127 - C:\msys64\usr\bin\bash --login -c "$(cygpath ${APPVEYOR_BUILD_FOLDER})/buildtools/appveyor.sh" artifacts: -- cgit v1.2.3