Skip to content

Commit

Permalink
ci: setup-nix: fall back to some cache if miss
Browse files Browse the repository at this point in the history
  • Loading branch information
develop7 committed Dec 3, 2023
1 parent c2d0d83 commit 6f9d345
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:
key: cache-nix-${{ runner.os }}-id-${{ inputs.cache-id }}-${{ hashFiles('nix/**/*.nix') }}
restore-keys: |
cache-nix-${{ runner.os }}-common-
cache-nix-${{ runner.os }}-id-
- uses: cachix/cachix-action@v12
with:
name: postgrest
Expand Down

0 comments on commit 6f9d345

Please sign in to comment.