From f88064b64a0da21907a8ef6bbd42b606397fe0fd Mon Sep 17 00:00:00 2001 From: JustArchi Date: Wed, 18 Dec 2019 22:09:33 +0100 Subject: [PATCH] Misc --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 289302112..2f94ab328 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,7 +29,7 @@ install: $ProgressPreference = 'SilentlyContinue' - git submodule sync + git submodule sync --recursive if ($LastExitCode -ne 0) {