mirror of https://github.com/mgba-emu/mgba.git
AppVeyor: Attempt cleanup if the cache goes awry
This commit is contained in:
parent
c2ee50288b
commit
756c6e18ab
|
@ -7,7 +7,8 @@ configuration:
|
||||||
cache:
|
cache:
|
||||||
- C:\Tools\vcpkg
|
- C:\Tools\vcpkg
|
||||||
install:
|
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
|
- C:\Tools\vcpkg\bootstrap-vcpkg
|
||||||
- vcpkg --triplet x64-windows --recurse 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
|
||||||
|
|
Loading…
Reference in New Issue