From 1c96e1604caea11d9d5188503ebf10c89230e366 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sun, 25 Jun 2017 11:41:19 -0700 Subject: [PATCH] Use Boost master on Appveyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 79cca1fb..e6f93604 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,7 +19,7 @@ install: - cd .. - git clone https://github.com/boostorg/boost.git boost - cd boost - - git checkout boost-1.64.0 +# - git checkout boost-1.64.0 - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\beast\ - git submodule update --init tools/build - git submodule update --init libs/config