Skip to content

Commit

Permalink
Add --ask=20 to pacman
Browse files Browse the repository at this point in the history
  • Loading branch information
belegdol authored Oct 16, 2019
1 parent b2a539e commit 9d21f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ for:
install:
- set "PATH=C:\msys64\usr\bin;C:\msys64\mingw64\bin;C:\Windows\System32;C:\Windows;%PATH%"
- set MSYSTEM=MINGW64
- bash -lc "pacman -Syu --noconfirm"
- bash -lc "pacman -Syu --ask=20 --noconfirm"
build_script:
- bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER && export MINGW64=/mingw64 && make SUBTARGET=tiny PTR64=1 TOOLS=1 OPTIMIZE=1 IGNORE_GIT=1 -j3"
test_script:
Expand Down

0 comments on commit 9d21f3e

Please sign in to comment.