From ed3c6d1612275c0edfe80e16505922739363df7b Mon Sep 17 00:00:00 2001 From: cheatfate Date: Sat, 16 Mar 2019 00:39:51 +0200 Subject: [PATCH] Fix submodule initialization. --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index 921c9f7a8..8c9d15bc1 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -14,6 +14,7 @@ platform: - x64 install: + - git submodule update --init --recursive - setlocal EnableExtensions EnableDelayedExpansion - IF "%PLATFORM%" == "x86" (