Skip to content

Commit f073303

Browse files
committed
Add submodules to checkouts
1 parent fb8406a commit f073303

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v3
3232
with:
3333
fetch-depth: 0
34-
recursive: True
34+
submodules: true
3535
- uses: actions/setup-python@v3
3636
- name: Install cibuildwheel
3737
run: python -m pip install cibuildwheel==2.15.0
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/checkout@v3
5050
with:
5151
fetch-depth: 0
52-
recursive: True
52+
submodules: true
5353
- name: Export Repo URL
5454
run: echo "REPO_URL=https://github.com/${{ github.repository }}" >> $GITHUB_ENV
5555
- name: Export Branch Name

0 commit comments

Comments
 (0)