From 32eaf1030b7acc67dfa03c5cd85e3c282b999bd2 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Wed, 14 Mar 2018 14:35:52 +0100 Subject: [PATCH] appveyor-ci: remove depth limit on submodules --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index bf1478315..2652a7810 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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: