Skip to content

Commit

Permalink
ci: more specific to less specific cache
Browse files Browse the repository at this point in the history
  • Loading branch information
develop7 committed Jan 25, 2024
1 parent 1a0a134 commit 637d58b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-nix/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ runs:
with:
primary-key: cache-nix-${{ runner.os }}-id-${{ inputs.cache-id }}-${{ hashFiles('nix/**/*.nix', '.github/actions/setup-nix/*') }}
restore-prefixes-first-match: |
cache-nix-${{ runner.os }}-id-${{ inputs.cache-id }}-
cache-nix-${{ runner.os }}-id-common-
cache-nix-${{ runner.os }}-id-
- uses: cachix/cachix-action@v14
Expand Down

0 comments on commit 637d58b

Please sign in to comment.