From e28d4b7af9b6423e822454711758378e164e8b80 Mon Sep 17 00:00:00 2001 From: odrling Date: Sat, 25 Jan 2020 01:42:16 +0100 Subject: [PATCH] . --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a63a9602d..c85bf0e87 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,8 +22,8 @@ install: - cmd: curl -L -o icu.zip https://github.com/unicode-org/icu/releases/download/release-65-1/icu4c-65_1-Win64-MSVC2017.zip - cmd: 7z x icu.zip # Install boost - - cmd: curl -o boost-msvc-64.exe "https://bintray.com/boostorg/release/download_file?file_path=1.72.0%2Fbinaries%2Fboost_1_72_0-msvc-14.2-64.exe" - - cmd: cmd /c start /wait boost-msvc-64.exe /verysilent + - cmd: curl -o boost_1_72_0-msvc-14.2-64.exe "https://bintray.com/boostorg/release/download_file?file_path=1.72.0%2Fbinaries%2Fboost_1_72_0-msvc-14.2-64.exe" + - cmd: cmd /c start /wait boost_1_72_0-msvc-14.2-64.exe /verysilent - cmd: set BOOST_ROOT=C:\local\boost_1_72_0 # Set up the build environment - cmd: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64'