From a945036b594036b9a62e7517b10d231640092ee3 Mon Sep 17 00:00:00 2001 From: Insineer Date: Sat, 14 Sep 2019 08:54:06 +0300 Subject: [PATCH] adjust(appveyor): change cached directories for both builds --- CI/appveyor/appveyor-debug.yml | 2 +- CI/appveyor/appveyor-release.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CI/appveyor/appveyor-debug.yml b/CI/appveyor/appveyor-debug.yml index b6f7a58..687989d 100644 --- a/CI/appveyor/appveyor-debug.yml +++ b/CI/appveyor/appveyor-debug.yml @@ -31,4 +31,4 @@ install: - vcpkg install sfml:x64-windows-static - vcpkg install gtest:x64-windows-static -cache: c:\tools\vcpkg\ +cache: c:\tools\vcpkg\installed diff --git a/CI/appveyor/appveyor-release.yml b/CI/appveyor/appveyor-release.yml index ed6e642..7dbf573 100644 --- a/CI/appveyor/appveyor-release.yml +++ b/CI/appveyor/appveyor-release.yml @@ -55,3 +55,5 @@ deploy: force_update: true prerelease: true artifacts: /.*\.zip + +cache: c:\tools\vcpkg\installed