check out submodules for CI

This commit is contained in:
Daniel Micay 2022-01-25 14:59:31 -05:00
parent 9596bcf082
commit 6404c7afea
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Set up JDK 17
uses: actions/setup-java@v2
with: