From 18c69e9f4018f1dfa4a371cf6e3bdfcf8b406f1e Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Fri, 26 May 2017 08:45:21 +0100 Subject: [PATCH] Appveyor: we need to copy the latest Git commit, not check out the super-project which may be out of date! --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index d953963b..6b242cf5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,8 +28,8 @@ install: - cd .. - git clone -b %APPVEYOR_REPO_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root - cd boost-root + - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\config - git submodule update --init tools/build - - git submodule update --init libs/config - git submodule update --init tools/boostdep - python tools/boostdep/depinst/depinst.py config - bootstrap