1
0
Цей коміт міститься в:
2023-05-16 15:46:06 +00:00
джерело ef4eeea6a2
коміт c527544107

2
.github/workflows/debian-cache.yml сторонній
Переглянути файл

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