summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 2be646452..08ca41546 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -93,9 +93,9 @@ for:
# Cache for speeding up subsequent builds #
###########################################
cache:
- - Debug-x64
- - Release-x86
- - Release-x64
+ - Debug-x64\CMakeCache.txt
+ - Release-x86\CMakeCache.txt
+ - Release-x64\CMakeCache.txt
#####################
# Package artifacts #