mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
github: use --depth=1 in gen_vc.yml
This commit is contained in:
parent
1e6230a441
commit
4169602a46
2
.github/workflows/gen_vc.yml
vendored
2
.github/workflows/gen_vc.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
COMMIT_MSG=$(git log -1 --oneline --pretty='%s' HEAD)
|
||||
|
||||
rm -rf vc
|
||||
git clone https://vlang-bot:${{ secrets.VLANG_BOT_SECRET }}@github.com/vlang/vc.git
|
||||
git clone --depth=1 https://vlang-bot:${{ secrets.VLANG_BOT_SECRET }}@github.com/vlang/vc.git
|
||||
|
||||
rm -rf vc/v.c vc/v_win.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user