Skip to content

Commit 288818a

Browse files
committed
try to parallelise updating submodules
1 parent 739f2ef commit 288818a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
shell: bash
4141
run: |
4242
sed -i '[email protected]:_https://github.com/_' .gitmodules
43-
git submodule update --init --recursive
43+
git submodule status | cut -d" " -f2 | xargs git submodule update --init
4444
4545
- name: setup Git
4646
shell: bash

0 commit comments

Comments
 (0)