Skip to content

Commit bcaf55c

Browse files
committed
ci: Improve sync-infix
1 parent 5b89d4a commit bcaf55c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sync-infix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ jobs:
4343
cd infix
4444
git clean -ffdx
4545
git checkout main
46+
git clean -ffdx
4647
git reset --hard origin/main
48+
git submodule update --init --recursive
4749
cd ..
4850
4951
if [[ -n "$(git diff --exit-code infix)" ]]; then

0 commit comments

Comments
 (0)