Skip to content

Commit 1831996

Browse files
authored
Update sync-main-to-experimental.yml
Signed-off-by: Aga <aga@besz.me>
1 parent 4bdbacc commit 1831996

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/sync-main-to-experimental.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ jobs:
3535
git merge -X theirs origin/main || echo "Merge completed (conflicts auto-resolved in favor of main)"
3636
3737
# Run required update steps
38-
make update-protocol 'experimental'
3938
make install
4039
make build
40+
make update-protocol 'experimental'
41+
make build
4142
make update-snapshots
4243
4344
# Commit if there are changes

0 commit comments

Comments
 (0)