Skip to content

Commit

Permalink
ci: fix previous caches not being reused
Browse files Browse the repository at this point in the history
  • Loading branch information
develop7 committed Jan 25, 2024
1 parent d7246b4 commit 7d08ee0
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 @@ -22,7 +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 }}-common-
cache-nix-${{ runner.os }}-id-
- uses: cachix/cachix-action@v14
with:
name: postgrest
Expand Down

0 comments on commit 7d08ee0

Please sign in to comment.