Skip to content

Commit

Permalink
ci: setup-nix: try disabing restore-cache-hit
Browse files Browse the repository at this point in the history
  • Loading branch information
develop7 committed Nov 28, 2023
1 parent 7db0cde commit 2f21971
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/setup-nix/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ runs:
key: cache-nix-${{ runner.os }}-id-${{ inputs.cache-id }}-${{ hashFiles('nix/**/*.nix') }}
restore-keys: |
cache-nix-${{ runner.os }}-common-
restore-key-hit: true
- uses: cachix/cachix-action@v12
with:
name: postgrest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ jobs:
cache-nix-${{ runner.os }}-id-${{ matrix.cache-id }}-
cache-nix-${{ runner.os }}-common-
purge-created-max-age: 86400 # 1 day
# TODO: enable garbage collection

Build-Macos-Nix:
name: Build MacOS (Nix)
Expand Down

0 comments on commit 2f21971

Please sign in to comment.