Skip to content

Commit 5c0c798

Browse files
author
Mitsutoshi Aoe
committed
Work around MSYS2 update issue (msys2/MSYS2-packages#1141)
1 parent 57ae714 commit 5c0c798

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
@@ -12,7 +12,7 @@ install:
1212
- curl -ostack.zip -LsS --insecure https://www.stackage.org/stack/windows-x86_64
1313
- 7z x stack.zip stack.exe
1414
- stack setup > nul
15-
- stack exec -- pacman --noconfirm --needed -Sy bash pacman pacman-mirrors msys2-runtime msys2-runtime-devel
15+
- stack exec -- pacman --noconfirm --needed --ask 20 -Sy bash pacman pacman-mirrors msys2-runtime msys2-runtime-devel
1616
- stack exec -- pacman --noconfirm -Syu
1717
- stack exec -- pacman --noconfirm -Syuu
1818
- stack exec -- pacman --noconfirm -S base-devel mingw-w64-x86_64-pkg-config mingw-w64-x86_64-toolchain mingw-w64-x86_64-gtk2

0 commit comments

Comments
 (0)