Add checkout of submodule to github workflow
This commit is contained in:
parent
4fa38e45fc
commit
6507d4f93a
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -13,7 +13,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Checkout repository and submodules
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Setup JDK 11
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user