Skip to content

Commit 9bb637d

Browse files
committed
Use recursive submodules in CI
1 parent 674eaa2 commit 9bb637d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
steps:
162162
- uses: actions/checkout@v4
163163
with:
164-
submodules: true
164+
submodules: recursive
165165
- name: Setup Python
166166
uses: actions/setup-python@v5
167167
with:

0 commit comments

Comments
 (0)