Skip to content

Commit 5638e9b

Browse files
authored
Change submodule fetch option to recursive
1 parent 1ec286e commit 5638e9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/buildwheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
- uses: actions/checkout@v5
168168
with:
169169
fetch-depth: 0
170-
submodules: true
170+
submodules: recursive
171171

172172
- name: Build source distribution
173173
run: pipx run build --sdist

0 commit comments

Comments
 (0)