From 1cdf165eb9908fb02600670d98fd5885b51c93b8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Tue, 8 Jun 2021 23:06:01 +0200 Subject: [PATCH] try using APPVEYOR_CACHE_SKIP_RESTORE --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 5cd8204..cf6d16f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,6 +13,7 @@ for: VCPKG_DEFAULT_TRIPLET: x64-windows VULKAN_SDK: C:/VulkanSDK/1.1.130.0 APPVEYOR_SAVE_CACHE_ON_ERROR: true + APPVEYOR_CACHE_SKIP_RESTORE: true cache: - VulkanSDK.exe - c:\tools\vcpkg\installed\ -- 2.47.3