mirror of
https://github.com/microsoft/GSL.git
synced 2025-01-19 02:04:59 -05:00
Update vcpkg (#741)
This commit is contained in:
parent
6c796869a3
commit
92f69b6499
@ -40,6 +40,10 @@ install:
|
||||
7z x -y cmake-3.8.0-win32-x86.zip -oC:\
|
||||
}
|
||||
$env:PATH="C:\cmake-3.8.0-win32-x86\bin;$env:PATH"
|
||||
- cd C:\Tools\vcpkg
|
||||
- git pull
|
||||
- .\bootstrap-vcpkg.bat
|
||||
- cd %APPVEYOR_BUILD_FOLDER%
|
||||
|
||||
before_build:
|
||||
- ps: |
|
||||
|
Loading…
Reference in New Issue
Block a user