From f054fe932f4d5173bfd6dad5bcff5738a7aff0be Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 15 Apr 2018 23:29:47 +0100 Subject: [PATCH] Fix appveyor build --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index a1c6aed..2247248 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -18,9 +18,9 @@ environment: install: - cd c:\projects - - curl -sSL -o boost.7z https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_67_0.7z + - curl -sSL -o boost.7z https://dl.bintray.com/boostorg/release/1.67.0/source/boost_1_67_0.7z - 7z x boost.7z - - set BOOST_ROOT=c:\projects\boost_1_66_0 + - set BOOST_ROOT=c:\projects\boost_1_67_0 - rd /s /q %BOOST_ROOT%\boost\functional\hash - cd %BOOST_ROOT%\tools\build - cmd /c bootstrap