Add submodule update to workflow
This commit is contained in:
parent
89d9d7fd09
commit
af3a2d95cb
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -21,6 +21,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: update submodules
|
||||
run: git submodule sync --recursive && git submodule update --init --force --recursive --depth=1
|
||||
|
||||
- name: Prepare
|
||||
run: mkdir output
|
||||
|
||||
|
|
Loading…
Reference in a new issue