From b919ffe103ff316120659e9ddd586906399f53af Mon Sep 17 00:00:00 2001 From: teutat3s Date: Tue, 12 Dec 2023 09:26:18 +0100 Subject: [PATCH] wip: test hashed ci --- .forgejo/workflows/check.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.forgejo/workflows/check.yml b/.forgejo/workflows/check.yml index 100ea3e..2be95d7 100644 --- a/.forgejo/workflows/check.yml +++ b/.forgejo/workflows/check.yml @@ -25,7 +25,6 @@ jobs: echo "hash=$(md5sum flake.lock)" >> $GITHUB_OUTPUT - name: Restore and cache Nix store uses: https://github.com/nix-community/cache-nix-action@v4 - id: nix-store-cache # use this to check for `cache-hit` (`steps.nix-store-cache.outputs.cache-hit != 'true'`) with: key: cache-x86_64-linux-nix-store-${{ steps.flake-lock-hash.outputs.hash }} restore-keys: |