From abbd760331ed960529a32089bc080c9fb6248c4b Mon Sep 17 00:00:00 2001 From: Zhong Jianxin Date: Mon, 8 Jan 2024 21:22:16 +0800 Subject: [PATCH] test: Remove hashFiles from cache key The azuwis/actions/nix will auto update cache if nix flake inputs changed now --- .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 ec3de05..bed1d50 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: - uses: actions/checkout@v3 - uses: azuwis/actions/nix@main with: - key: nix-${{ matrix.shell }}-${{ hashFiles('flake.*', 'nix/**') }} + key: nix-${{ matrix.shell }} debug: ${{ github.event_name == 'workflow_dispatch' && inputs.debug }} - uses: cachix/cachix-action@v12 with: