From 910b2f2b744f97d08fb10a86061deb5063f520a7 Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 5 Dec 2018 12:29:13 +0400 Subject: [PATCH] Use upstream range-v3 in Appveyor build. It still fails because it uses 15.8 toolchain. Will be fixed on 15.9. --- .appveyor/install.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor/install.bat b/.appveyor/install.bat index fa5ba7589..cde8967f3 100644 --- a/.appveyor/install.bat +++ b/.appveyor/install.bat @@ -27,7 +27,7 @@ GOTO:EOF call:logInfo "Clone dependencies repository" git clone -q --depth 1 --branch=master https://github.com/telegramdesktop/dependencies_windows.git %LIB_DIR% cd %LIB_DIR% - git clone https://github.com/Microsoft/Range-V3-VS2015 range-v3 + git clone https://github.com/ericniebler/range-v3 if exist prepare.bat ( call prepare.bat ) else (