From 7b515b43acb50d23dfaff8aaa98a96500fb79357 Mon Sep 17 00:00:00 2001 From: Prcuvu Date: Wed, 27 Mar 2019 00:49:45 +0800 Subject: [PATCH] fix(ci): use submodules in AppVeyor CI build script --- appveyor.install.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.install.bat b/appveyor.install.bat index ba248a9c7..dcd72a290 100644 --- a/appveyor.install.bat +++ b/appveyor.install.bat @@ -19,6 +19,8 @@ set nocache=0 if not exist thirdparty.cached set nocache=1 if not exist %BOOST_ROOT% set nocache=1 +git submodule update --init + if %nocache% == 1 ( pushd C:\Libraries appveyor DownloadFile https://dl.bintray.com/boostorg/release/1.68.0/source/boost_1_68_0.7z