From 90c9884c5e41b5ba8c6bf001710f767e053d6c8b Mon Sep 17 00:00:00 2001 From: Jared Mulconry Date: Sun, 8 Oct 2017 16:24:05 +1100 Subject: [PATCH] The environment section uses different syntax for a list of vars. --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 67bf6cdec..92d851ed2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,9 +20,9 @@ platform: - x64 environment: - - build_cache_dir: bin\.mtime_cache - - build_binary_dir: bin\%CONFIGURATION% - - appveyor_script_dir: scripts\AppVeyor + build_cache_dir: bin\.mtime_cache + build_binary_dir: bin\%CONFIGURATION% + appveyor_script_dir: scripts\AppVeyor configuration: Release