Skip to content

Commit 2a49043

Browse files
committed
clone submodules
1 parent cfda559 commit 2a49043

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Checkout repository
3131
uses: actions/checkout@v4.1.6
3232
with:
33+
submodules: true
3334
fetch-depth: 10
3435

3536
- name: Dependencies
@@ -103,6 +104,7 @@ jobs:
103104
- name: Checkout repository
104105
uses: actions/checkout@v4.1.6
105106
with:
107+
submodules: true
106108
fetch-depth: 10
107109

108110
- name: Dependencies

0 commit comments

Comments
 (0)