pull submodule
This commit is contained in:
parent
376bf215e4
commit
e33192b14d
|
@ -6,7 +6,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- checkout
|
||||
|
||||
- run:
|
||||
name: "Pull Submodules"
|
||||
command: |
|
||||
git submodule update --init --recursive
|
||||
- run:
|
||||
name: Check current directory
|
||||
command: pwd
|
||||
|
|
Loading…
Reference in New Issue