Skip to content

Commit

Permalink
ci: revert cache id prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
develop7 committed Nov 20, 2023
1 parent 4169e61 commit 668acfe
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/cache-nix-action@v4
with:
key: cache-nix-${{ runner.os }}-cid-${{ inputs.cache-id }}-${{ hashFiles('nix/**/*.nix') }}
key: cache-nix-${{ runner.os }}-id-${{ inputs.cache-id }}-${{ hashFiles('nix/**/*.nix') }}
restore-keys: |
cache-nix-${{ runner.os }}-common-
restore-key-hit: true
Expand Down

0 comments on commit 668acfe

Please sign in to comment.