Skip to content

Commit

Permalink
try to fix appveyor vcpkg cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tfussell committed Mar 20, 2017
1 parent f7db4b0 commit 7fa5099
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ environment:

init: []
install:
- git clone https://github.com/Microsoft/vcpkg
- if not exist vcpkg git clone https://github.com/Microsoft/vcpkg
- cd vcpkg
- mkdir downloads
- type nul > downloads\AlwaysAllowDownloads
- if not exist downloads mkdir downloads
- if not exist downloads\AlwaysAllowDownloads type nul > downloads\AlwaysAllowDownloads
- powershell -exec bypass scripts\bootstrap.ps1
- vcpkg install cryptopp zlib expat
- vcpkg integrate install
Expand Down

0 comments on commit 7fa5099

Please sign in to comment.