From 84c9f55e2c610cfdc85291c5368a3599fd0bf991 Mon Sep 17 00:00:00 2001 From: InspirationByte Date: Thu, 20 Jan 2022 21:36:06 +0300 Subject: [PATCH] - make AppVeyor fetch submodules --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index edb85446..423714e7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,6 +28,8 @@ environment: install: + - git submodule init + - git submodule update - cmd: '%APPVEYOR_BUILD_FOLDER%\.appveyor\Install.bat' - sh: '${APPVEYOR_BUILD_FOLDER}/.appveyor/Install.sh'