From e1ac75d0fa6847bfa6214f929b3887f786995857 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Mon, 15 May 2023 12:16:55 +0000 Subject: [PATCH] ci: always 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 6cdf6a2..6b9d41e 100644 --- a/.github/workflows/debian-cache.yml +++ b/.github/workflows/debian-cache.yml @@ -22,7 +22,7 @@ jobs: run: go build - name: Cache - run: ./out-of-tree --log-level=trace distro debian cache + run: ./out-of-tree --log-level=trace distro debian cache --refetch=0 - name: Install s3cmd run: sudo apt install s3cmd