We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94cf0db commit 74ad221Copy full SHA for 74ad221
1 file changed
.github/workflows/build.yml
@@ -7,6 +7,8 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v2
10
+ with:
11
+ submodules: recursive
12
- name: Set up JDK 1.8
13
uses: actions/setup-java@v1
14
with:
0 commit comments