c2v: use https git clone

master
Alexander Medvednikov 2022-06-22 22:49:29 +03:00
parent fe673e7963
commit 989c5e26f5
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ fn main() {
if !os.exists(c2v_dir) {
println('C2V is not installed. Cloning C2V to $c2v_dir ...')
os.chdir(vmodules)?
res := os.execute('git clone --depth 1 git@github.com:/vlang/c2v.git')
res := os.execute('git clone https://github.com/vlang/c2v')
if res.exit_code != 0 {
eprintln('Failed to download C2V.')
exit(1)