Use upstream range-v3 in Appveyor build.

It still fails because it uses 15.8 toolchain. Will be fixed on 15.9.
This commit is contained in:
John Preston 2018-12-05 12:29:13 +04:00
parent 57387903fd
commit 910b2f2b74

View File

@ -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 (