mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
try to prevent prompt for downloading local cmake
This commit is contained in:
parent
5b61145a0b
commit
192e0d87d6
|
@ -13,6 +13,10 @@ init: []
|
|||
install:
|
||||
- git clone https://github.com/Microsoft/vcpkg
|
||||
- cd vcpkg
|
||||
- dir
|
||||
- mkdir downloads
|
||||
- type nul > downloads\AlwaysAllowDownloads
|
||||
- dir downloads
|
||||
- powershell -exec bypass scripts\bootstrap.ps1
|
||||
- vcpkg install cryptopp zlib
|
||||
- vcpkg integrate install
|
||||
|
|
Loading…
Reference in New Issue
Block a user