From 03ec5ec97fca5cc3876ec1e5b3f5f92b4d040e8e Mon Sep 17 00:00:00 2001 From: Frank Bernhardt Date: Thu, 24 Oct 2024 13:27:04 +0200 Subject: [PATCH] try cache --- .github/workflows/cache.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index a31e9e6b..79714670 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -16,9 +16,6 @@ jobs: with: path: foo/bin key: foo-${{ hashFiles('foo/src/**') }} - restore-keys: | - foo - foo-bla - name: Write dummy file and save cache if needed if: steps.cache.outputs.cache-hit != 'true'