github: use --depth=1 in gen_vc.yml
							parent
							
								
									1e6230a441
								
							
						
					
					
						commit
						4169602a46
					
				|  | @ -23,7 +23,7 @@ jobs: | ||||||
|         COMMIT_MSG=$(git log -1 --oneline --pretty='%s' HEAD) |         COMMIT_MSG=$(git log -1 --oneline --pretty='%s' HEAD) | ||||||
| 
 | 
 | ||||||
|         rm -rf vc |         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 |         rm -rf vc/v.c vc/v_win.c | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue