1
0
Fork 0

ci: download by 64 packages

master
dump_stack() 2023-05-16 14:15:18 +00:00
parent 697eb18552
commit 67630e080b
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ jobs:
status, output = getstatusoutput(
"./out-of-tree --log-level=warn "
"distro debian get-deb "
"--ignore-cached --max=16"
"--ignore-cached --max=64
)
logging.info(output)
return status == 0