pull submodule
This commit is contained in:
parent
376bf215e4
commit
e33192b14d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue