We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b99e60 commit 2c69381Copy full SHA for 2c69381
.appveyor.yml
@@ -23,7 +23,6 @@ install:
23
cd c:\tools\vcpkg
24
$env:GIT_REDIRECT_STDERR = '2>&1' # git is writing non-errors to STDERR when doing git pull. Send to STDOUT instead.
25
git -c advice.detachedHead=false checkout $env:VCPKG_TAG
26
- git pull origin $env:VCPKG_TAG
27
.\bootstrap-vcpkg.bat > $null
28
Add-Content "C:\tools\vcpkg\triplets\$env:PLATFORM-windows-static.cmake" "set(VCPKG_BUILD_TYPE release)"
29
cd "$env:APPVEYOR_BUILD_FOLDER"
0 commit comments