ci : disable wget progress output
ggml-ci
This commit is contained in:
parent
68d4dd301d
commit
5fd6650af4
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ function gg_wget {
|
||||||
cd $out
|
cd $out
|
||||||
|
|
||||||
# should not re-download if file is the same
|
# should not re-download if file is the same
|
||||||
wget -N $url
|
wget -nv -N $url
|
||||||
|
|
||||||
cd $cwd
|
cd $cwd
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue