Skip to content

Commit

Permalink
Fixing AppVeyor configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasfeijo committed Apr 29, 2019
1 parent c0af079 commit 3bb0a45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ branches:

install:
- set PATH=C:\msys64\usr\bin\;%PATH%
- pacman --noconfirm -Syu zip
- pacman --noconfirm -Syu
- pacman --noconfirm -S zip
- sh -c "curl -L http://bodge.borodust.org/files/install.sh | sh"

build_script:
Expand Down

0 comments on commit 3bb0a45

Please sign in to comment.