Skip to content

Commit

Permalink
test: Remove hashFiles from cache key
Browse files Browse the repository at this point in the history
The azuwis/actions/nix will auto update cache if nix flake inputs
changed now
  • Loading branch information
azuwis committed Jan 8, 2024
1 parent 58b4e6e commit abbd760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit abbd760

Please sign in to comment.