ci: reuse more previous caches (Nix & Stack)
This commit is contained in:
committed by
Wolfgang Walther
parent
310d04065e
commit
a45058ba02
@@ -22,7 +22,9 @@ runs:
|
||||
with:
|
||||
key: cache-nix-${{ runner.os }}-id-${{ inputs.cache-id }}-${{ hashFiles('nix/**/*.nix', '.github/actions/setup-nix/*') }}
|
||||
restore-keys: |
|
||||
cache-nix-${{ runner.os }}-common-
|
||||
cache-nix-${{ runner.os }}-id-${{ inputs.cache-id }}-
|
||||
cache-nix-${{ runner.os }}-id-common-
|
||||
cache-nix-${{ runner.os }}-
|
||||
- uses: cachix/cachix-action@v14
|
||||
with:
|
||||
name: postgrest
|
||||
|
||||
Reference in New Issue
Block a user