Skip to content

Commit e194eb7

Browse files
committed
[GitHub Actions] Clone submodules
1 parent ebdc1c9 commit e194eb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
10+
with:
11+
submodules: recursive
1012
- name: Install Java 8
1113
uses: actions/setup-java@v3
1214
with:

0 commit comments

Comments
 (0)