Skip to content

Commit cc816c4

Browse files
committed
enable submodules in checkout process
1 parent 1221842 commit cc816c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v4
20+
with:
21+
submodules: true
2022
- name: actions/setup-java@v3
2123
uses: actions/setup-java@v3
2224
with:

0 commit comments

Comments
 (0)