mirror of
https://github.com/RAIRLab/Spectra.git
synced 2024-11-09 11:10:34 -05:00
Checkout submodule
This commit is contained in:
parent
067db0e5b8
commit
d9a893e487
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -26,6 +26,9 @@ jobs:
|
||||||
|
|
||||||
- name: Checkout Spectra
|
- name: Checkout Spectra
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
submodules: true
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Build With Maven
|
- name: Build With Maven
|
||||||
run: mvn package
|
run: mvn package
|
||||||
|
|
Loading…
Reference in a new issue