From 756c6e18abfb2691a1ceac371624a5956823d303 Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Sat, 5 Sep 2020 16:13:04 -0700 Subject: [PATCH] AppVeyor: Attempt cleanup if the cache goes awry --- .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 0b4b5fb39..f498d666c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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