From 47fa97b3a68ee998a723fe337e0d0e9840c2576b Mon Sep 17 00:00:00 2001 From: DronCode Date: Mon, 26 Oct 2020 00:10:35 +0300 Subject: [PATCH] Trying to fix submodule cloning --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index a7095ef..722994d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,6 +18,7 @@ image: init: - if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2019" ( set generator="Visual Studio 16 2019%arch%" ) + - git submodule update --init --recursive before_build: - cmd: |