Skip to content

Commit

Permalink
ci: test Nix cache reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
develop7 committed Jan 25, 2024
1 parent 7d08ee0 commit 1df29ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/setup-nix/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ runs:
uses: nix-community/[email protected]
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-
restore-prefixes-first-match: "cache-nix-${{ runner.os }}-id-"
- uses: cachix/cachix-action@v14
with:
name: postgrest
Expand Down

0 comments on commit 1df29ef

Please sign in to comment.