Skip to content

Commit 6f54710

Browse files
authored
Merge pull request #8 from kernelkit/update-workflow
ci: Improve sync-infix
2 parents 5b89d4a + bcaf55c commit 6f54710

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)