mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
try to fix appveyor vcpkg cache
This commit is contained in:
parent
f7db4b0248
commit
7fa5099a49
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user