appveyor-ci: remove depth limit on submodules

This commit is contained in:
Ralph Lange
2018-03-14 14:35:52 +01:00
parent 4ab6183ab2
commit 32eaf1030b

View File

@@ -66,7 +66,7 @@ matrix:
#---------------------------------#
install:
- cmd: git submodule update --init --recursive --depth=50
- cmd: git submodule update --init --recursive
- cmd: .ci/appveyor-prepare.bat
build_script: