Skip to content

Commit

Permalink
Include -y to pacman
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Nov 13, 2016
1 parent fc06dff commit acb7d7b
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 @@ -16,5 +16,5 @@ test_script:
- stack setup > nul
# The ugly echo "" hack is to avoid complaints about 0 being an invalid file
# descriptor
- echo "" | stack exec -- sh -c "pacman -S autoconf && autoreconf -i"
- echo "" | stack exec -- sh -c "pacman -Sy autoconf && autoreconf -i"
- echo "" | stack --no-terminal test --pedantic

0 comments on commit acb7d7b

Please sign in to comment.