diff --git a/.appveyor/install.bat b/.appveyor/install.bat index 3474375b4..d1317deb6 100644 --- a/.appveyor/install.bat +++ b/.appveyor/install.bat @@ -25,7 +25,7 @@ GOTO:EOF :getDependencies call:logInfo "Clone dependencies repository" - git clone -q --branch=master https://github.com/telegramdesktop/dependencies_windows.git %LIB_DIR% + git clone -q --depth 1 --branch=master https://github.com/telegramdesktop/dependencies_windows.git %LIB_DIR% cd %LIB_DIR% call prepare.bat GOTO:EOF