From 6b6fdf451392f5519ff8b8c99bb5df0692c18b36 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 26 Jun 2019 14:53:59 +0800 Subject: add git submodule update in ci --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index e4c6f22b0..29a95f9b1 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -33,6 +33,7 @@ install: # - ps: Pop-Location # install xmake + - ps: git submodule -q update --init --recursive - ps: ./scripts/get.ps1 -branch master before_build: -- cgit v1.3.1