We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ae714 commit 5c0c798Copy full SHA for 5c0c798
appveyor.yml
@@ -12,7 +12,7 @@ install:
12
- curl -ostack.zip -LsS --insecure https://www.stackage.org/stack/windows-x86_64
13
- 7z x stack.zip stack.exe
14
- stack setup > nul
15
-- stack exec -- pacman --noconfirm --needed -Sy bash pacman pacman-mirrors msys2-runtime msys2-runtime-devel
+- stack exec -- pacman --noconfirm --needed --ask 20 -Sy bash pacman pacman-mirrors msys2-runtime msys2-runtime-devel
16
- stack exec -- pacman --noconfirm -Syu
17
- stack exec -- pacman --noconfirm -Syuu
18
- 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