From 67630e080b77038bec2a5716a4b3abaa41e8aa48 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Tue, 16 May 2023 14:15:18 +0000 Subject: [PATCH] ci: download by 64 packages --- .github/workflows/debian-cache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/debian-cache.yml b/.github/workflows/debian-cache.yml index f38aa95..c16c6ff 100644 --- a/.github/workflows/debian-cache.yml +++ b/.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=16" + "--ignore-cached --max=64 ) logging.info(output) return status == 0