Skip to content

Commit b49a9e0

Browse files
committed
Checkout before sync
1 parent cb26bc3 commit b49a9e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
GITHUB_JOB_NAME: ${{ github.job }}
4444
run: |
4545
sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
46+
git submodule foreach --recursive bash -c 'git checkout .'
4647
git submodule sync
4748
git submodule update --init --recursive
4849
sed -i '/git submodule/d' bin/first-build.sh

0 commit comments

Comments
 (0)