Skip to content

Commit 9a3ac55

Browse files
committed
add submodules also for snapshot
1 parent 5aebf62 commit 9a3ac55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
steps:
1919
- name: Checkout code
2020
uses: actions/checkout@v3
21+
with:
22+
submodules: recursive
23+
fetch-depth: 0
2124

2225
- name: Setup Java
2326
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)