From dc950eb56fdc768d172b511b39e5897a854f932a Mon Sep 17 00:00:00 2001 From: teutat3s Date: Mon, 11 Dec 2023 19:49:45 +0100 Subject: [PATCH] wip: hashFiles is a GH actions funtion --- .forgejo/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/check.yml b/.forgejo/workflows/check.yml index 0a049d4..13efab4 100644 --- a/.forgejo/workflows/check.yml +++ b/.forgejo/workflows/check.yml @@ -20,7 +20,7 @@ jobs: - name: Restore and cache Nix store uses: https://github.com/nix-community/cache-nix-action@v4 with: - key: cache-x86_64-linux-${{ hashFiles('**/*.nix') }} + key: cache-x86_64-linux-nix-store restore-keys: | cache-x86_64-linux-