Skip to content

Commit

Permalink
Refs fibercrypto#342, touch the pacman cache to avoid warnings on the…
Browse files Browse the repository at this point in the history
… appveyor logs
  • Loading branch information
stdevPavelmc committed Dec 14, 2019
1 parent 15aebd9 commit 34e8eb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ install:
# deps via pacman
- ps: |
$env:MSYSTEM="MINGW64"
C:\msys64\usr\bin\bash --login -c "mkdir -p /var/cache/pacman/pkg"
C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm unzip"
C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm protobuf"
C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm mingw-w64-x86_64-SDL2"
Expand Down

0 comments on commit 34e8eb1

Please sign in to comment.