We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb26bc3 commit b49a9e0Copy full SHA for b49a9e0
.github/workflows/ci-test.yaml
@@ -43,6 +43,7 @@ jobs:
43
GITHUB_JOB_NAME: ${{ github.job }}
44
run: |
45
sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
46
+ git submodule foreach --recursive bash -c 'git checkout .'
47
git submodule sync
48
git submodule update --init --recursive
49
sed -i '/git submodule/d' bin/first-build.sh
0 commit comments