summaryrefslogtreecommitdiff
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 5c8fa785..58ff3532 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -20,9 +20,9 @@ environment:
VisualStudioVersion: 10.0
cache:
- - %APPVEYOR_BUILD_FOLDER%\..\openssl-%PLATFORM%
- - %APPVEYOR_BUILD_FOLDER%\..\openssl-1.0.2d
- - %APPVEYOR_BUILD_FOLDER%\%PLATFORM%
+ - '%APPVEYOR_BUILD_FOLDER%\..\openssl-%PLATFORM%'
+ - '%APPVEYOR_BUILD_FOLDER%\..\openssl-1.0.2d'
+ - '%APPVEYOR_BUILD_FOLDER%\%PLATFORM%'
build:
parallel: true