From 4ab6183ab2cb5ef0e99426f581c607e830df4e5b Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Wed, 14 Mar 2018 13:58:45 +0100 Subject: [PATCH] appveyor-ci: set depth=50 for submodules --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index c48f3687b..bf1478315 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -66,7 +66,7 @@ matrix: #---------------------------------# install: - - cmd: git submodule update --init --recursive --depth 10 + - cmd: git submodule update --init --recursive --depth=50 - cmd: .ci/appveyor-prepare.bat build_script: