From 75cd8315b80b62a809174a860485daba83f765b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Sat, 15 Jun 2024 09:59:28 +0200 Subject: [PATCH] ci: remove cache before test --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index afeff91..1ab606e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: && sudo apt install gh -y - run: | - gh cache delete --all + gh cache delete --all || true env: GH_TOKEN: ${{ github.token }}