We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 288818a commit d790bdcCopy full SHA for d790bdc
.github/workflows/tests.yml
@@ -40,7 +40,8 @@ jobs:
40
shell: bash
41
run: |
42
sed -i '[email protected]:_https://github.com/_' .gitmodules
43
- git submodule status | cut -d" " -f2 | xargs git submodule update --init
+ git submodule init
44
+ git submodule status | cut -d" " -f2 | xargs -n1 -P0 git submodule update
45
46
- name: setup Git
47
0 commit comments