AppVeyor: vcpkg is bad

This commit is contained in:
Vicki Pfau 2020-08-14 18:38:04 -07:00
parent a46901b909
commit 12fcc417d6

View File

@ -9,7 +9,7 @@ cache:
install: install:
- git -C C:\Tools\vcpkg pull --quiet - git -C C:\Tools\vcpkg pull --quiet
- C:\Tools\vcpkg\bootstrap-vcpkg - C:\Tools\vcpkg\bootstrap-vcpkg
- vcpkg --triplet x64-windows install ffmpeg libepoxy libpng libzip sdl2 sqlite3 - vcpkg --triplet x64-windows --recurse install ffmpeg libepoxy libpng libzip sdl2 sqlite3
- vcpkg --no-dry-run upgrade - vcpkg --no-dry-run upgrade
- rd /Q /S C:\Tools\vcpkg\buildtrees - rd /Q /S C:\Tools\vcpkg\buildtrees
before_build: before_build: