diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2018-02-06 10:36:21 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2018-02-10 03:32:42 +0000 |
| commit | 85d7fa343f477d8faae6cbde90ae7a243115fa37 (patch) | |
| tree | 5f47b69625aadadf07d34aeb4a4848a33e5a75e4 | |
| parent | Remove unused include. (diff) | |
| download | inkscape-85d7fa343f477d8faae6cbde90ae7a243115fa37.tar.gz inkscape-85d7fa343f477d8faae6cbde90ae7a243115fa37.zip | |
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
| -rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
