Skip to content

Commit a0429db

Browse files
authored
fix: change ci to automatically update submodules
1 parent acf0e7b commit a0429db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
19-
submodules: 'true'
19+
submodules: 'recursive'
2020

2121
- name: Set up JDK 17
2222
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)