AppVeyor: Attempt cleanup if the cache goes awry

This commit is contained in:
Vicki Pfau 2020-09-05 16:13:04 -07:00
parent c2ee50288b
commit 756c6e18ab
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ configuration:
cache:
- C:\Tools\vcpkg
install:
- git -C C:\Tools\vcpkg pull --quiet
- git -C C:\Tools\vcpkg clean -dfq ports toolsrc
- git -C C:\Tools\vcpkg pull --force --quiet
- C:\Tools\vcpkg\bootstrap-vcpkg
- vcpkg --triplet x64-windows --recurse install ffmpeg libepoxy libpng libzip sdl2 sqlite3
- vcpkg --no-dry-run upgrade