pull submodule

This commit is contained in:
Tian Jin 2019-12-24 00:51:23 -05:00
parent 376bf215e4
commit e33192b14d
1 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,10 @@ jobs:
steps: steps:
- checkout - checkout
- run:
name: "Pull Submodules"
command: |
git submodule update --init --recursive
- run: - run:
name: Check current directory name: Check current directory
command: pwd command: pwd