Skip to content

Commit 09bdd1b

Browse files
committed
Use actions/checkout submodules
1 parent 83e933c commit 09bdd1b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/check-test-build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ jobs:
3939
- uses: actions/checkout@v3
4040
with:
4141
fetch-depth: 0
42-
- name: Init submodules
43-
run: |
44-
git submodule update
42+
submodules: true
4543
- name: Set up Python ${{ matrix.python-version }}
4644
uses: actions/setup-python@v4
4745
with:

0 commit comments

Comments
 (0)