We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec8483 commit 749970eCopy full SHA for 749970e
appveyor.yml
@@ -18,10 +18,11 @@ install:
18
- cmd: set VCPKG_PLATFORM_TOOLSET=v140
19
20
# Hack to update vcpkg to maybe make things work
21
- - cd "C:\Tools\vcpkg"
22
- - git pull
23
- - .\bootstrap-vcpkg.bat
24
- - cd %APPVEYOR_BUILD_FOLDER%
+# Temporarily disabled (AppVeyor's copy should work)
+# - cd "C:\Tools\vcpkg"
+# - git pull
+# - .\bootstrap-vcpkg.bat
25
+# - cd %APPVEYOR_BUILD_FOLDER%
26
27
# Install libarchive for all targets
28
- vcpkg install libarchive:x86-windows --recurse
0 commit comments