From 692462bc45f61e2bd6f91357a56beaaa41e5f978 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Tue, 23 Jun 2020 17:37:14 +0200 Subject: Rollback cache --- .appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index b680d3e6..954e46ad 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -10,7 +10,7 @@ configuration: environment: # update the vcpkg cache even if build fails - # APPVEYOR_SAVE_CACHE_ON_ERROR: true + APPVEYOR_SAVE_CACHE_ON_ERROR: true matrix: - target: Examples @@ -30,9 +30,9 @@ environment: PYTHON: "C:\\Python37-x64" -# cache: -# - c:\Tools\vcpkg\installed -# - '%LOCALAPPDATA%\pip\Cache' +cache: + - c:\Tools\vcpkg\installed + - '%LOCALAPPDATA%\pip\Cache' init: - echo %target% -- cgit v1.2.3