Skip to content
This repository was archived by the owner on Jun 25, 2020. It is now read-only.

Commit 2a9c54e

Browse files
committed
say yes to all system related upgrade questions
1 parent cf1899e commit 2a9c54e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ environment:
55
MSYSTEM: MSYS
66

77
before_build:
8-
- C:\msys64\usr\bin\pacman --noconfirm --sync --refresh --refresh --sysupgrade --sysupgrade
8+
- C:\msys64\usr\bin\pacman --noconfirm --ask 20 --sync --refresh --refresh --sysupgrade --sysupgrade
99
- C:\msys64\usr\bin\pacman --noconfirm --sync --refresh --refresh pacman
1010
- C:\msys64\usr\bin\pacman --noconfirm --sync --refresh --refresh git
1111
- C:\msys64\usr\bin\bash -lc "$(cygpath ${APPVEYOR_BUILD_FOLDER})/ci/update_ci.sh"

0 commit comments

Comments
 (0)