Skip to content

Commit 749970e

Browse files
committed
Disable update/re-build of vcpkg in AppVeyor (their copy should be good now)
1 parent eec8483 commit 749970e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

appveyor.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ install:
1818
- cmd: set VCPKG_PLATFORM_TOOLSET=v140
1919

2020
# 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%
21+
# Temporarily disabled (AppVeyor's copy should work)
22+
# - cd "C:\Tools\vcpkg"
23+
# - git pull
24+
# - .\bootstrap-vcpkg.bat
25+
# - cd %APPVEYOR_BUILD_FOLDER%
2526

2627
# Install libarchive for all targets
2728
- vcpkg install libarchive:x86-windows --recurse

0 commit comments

Comments
 (0)