Checkout submodule

This commit is contained in:
Brandon Rozek 2023-03-30 16:01:12 -04:00
parent 067db0e5b8
commit d9a893e487
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480

View file

@ -26,6 +26,9 @@ jobs:
- name: Checkout Spectra
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
- name: Build With Maven
run: mvn package