Checkout submodules
This commit is contained in:
parent
2e11d6d896
commit
3b944dd91f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -7,6 +7,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
with:
|
||||||
|
submodules: true
|
||||||
|
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: docker-compose build
|
run: docker-compose build
|
||||||
|
|
Loading…
Reference in a new issue