From 347fcbae60d9f6c78d3746c12555342ccf6b8ebd Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Mon, 29 May 2023 12:01:46 +0000 Subject: [PATCH] ci: disable kbuild refetch --- .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 cca33e0..01cc9d3 100644 --- a/.github/workflows/debian-cache.yml +++ b/.github/workflows/debian-cache.yml @@ -25,7 +25,7 @@ jobs: run: go build - name: Cache - run: ./out-of-tree --log-level=trace distro debian cache --refetch=0 --limit=128 --update-release --update-kbuild + run: ./out-of-tree --log-level=trace distro debian cache --refetch=0 --limit=128 --update-release - name: Install s3cmd run: sudo apt install s3cmd