forked from Telodendria/Telodendria
Make sure CI checks out submodules.
This commit is contained in:
parent
cd22aea772
commit
15fb6d8c2a
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
submodules: true
|
||||||
- name: Configure Telodendria
|
- name: Configure Telodendria
|
||||||
run: ./configure
|
run: ./configure
|
||||||
- name: Configure & Build Cytoplasm
|
- name: Configure & Build Cytoplasm
|
||||||
|
|
Loading…
Reference in a new issue