mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: gen_vc: fix a race (p. 2)
This commit is contained in:
parent
8dbe323dff
commit
6d77c8821b
2
.github/workflows/gen_vc.yml
vendored
2
.github/workflows/gen_vc.yml
vendored
@ -38,5 +38,5 @@ jobs:
|
||||
git -C vc add v.c v_win.c
|
||||
git -C vc commit -m "[v:master] $COMMIT_HASH - $COMMIT_MSG"
|
||||
|
||||
git pull --rebase origin master # in case there are recent commits
|
||||
git -C vc pull --rebase origin master # in case there are recent commits
|
||||
git -C vc push
|
||||
|
Loading…
Reference in New Issue
Block a user