From bb5fe49f37dceb78d33f853149483e6c434aa905 Mon Sep 17 00:00:00 2001 From: Michael Tryby Date: Wed, 23 May 2018 09:56:22 -0400 Subject: [PATCH] Fixing typo --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 73e5902..212d933 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,13 +21,13 @@ environment: VS_VERSION: "10 2010" ARCH: Win32 GROUP: "SUPPORTED" - BOOST_ROOT:"C:/Libraries/boost" + BOOST_ROOT: "C:/Libraries/boost" # New build on Visual Studio 15 2017 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 VS_VERSION: "15 2017" ARCH: Win64 GROUP: "EXPERIMENTAL" - BOOST_ROOT:"C:/Libraries/boost_1_67_0" + BOOST_ROOT: "C:/Libraries/boost_1_67_0" # called before repo cloning init: