summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2019-06-26 14:53:59 +0800
committerGitHub <[email protected]>2019-06-26 14:53:59 +0800
commit6b6fdf451392f5519ff8b8c99bb5df0692c18b36 (patch)
tree426ef903970c80fe6b7fde9ef9e5ec9ed216243b
parent526029f83af32f0b35fbbf5a1fdf3622827fec26 (diff)
add git submodule update in ci
-rw-r--r--.appveyor.yml1
1 files changed, 1 insertions, 0 deletions
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: