Skip to content

Commit

Permalink
ci: setup-nix: cache miss on action change
Browse files Browse the repository at this point in the history
  • Loading branch information
develop7 committed Dec 3, 2023
1 parent 6f9d345 commit eac17b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-nix/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
- name: Restore and cache Nix store
uses: nix-community/[email protected]
with:
key: cache-nix-${{ runner.os }}-id-${{ inputs.cache-id }}-${{ hashFiles('nix/**/*.nix') }}
key: cache-nix-${{ runner.os }}-id-${{ inputs.cache-id }}-${{ hashFiles('nix/**/*.nix', '.github/actions/setup-nix/*') }}
restore-keys: |
cache-nix-${{ runner.os }}-id-
- uses: cachix/cachix-action@v12
Expand Down

0 comments on commit eac17b6

Please sign in to comment.