ci: fix c-n-a input names
This commit is contained in:
committed by
Steve Chavez
parent
820917bcb6
commit
9c78751871
@@ -20,8 +20,8 @@ runs:
|
|||||||
- name: Restore and cache Nix store
|
- name: Restore and cache Nix store
|
||||||
uses: nix-community/cache-nix-action@v5.0.1
|
uses: nix-community/cache-nix-action@v5.0.1
|
||||||
with:
|
with:
|
||||||
key: cache-nix-${{ runner.os }}-id-${{ inputs.cache-id }}-${{ hashFiles('nix/**/*.nix', '.github/actions/setup-nix/*') }}
|
primary-key: cache-nix-${{ runner.os }}-id-${{ inputs.cache-id }}-${{ hashFiles('nix/**/*.nix', '.github/actions/setup-nix/*') }}
|
||||||
restore-keys: |
|
restore-prefixes-first-match: |
|
||||||
cache-nix-${{ runner.os }}-common-
|
cache-nix-${{ runner.os }}-common-
|
||||||
- uses: cachix/cachix-action@v14
|
- uses: cachix/cachix-action@v14
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user