ci: fix c-n-a input names

This commit is contained in:
Andrei Dziahel
2024-01-22 11:28:41 -05:00
committed by Steve Chavez
parent 820917bcb6
commit 9c78751871
+2 -2
View File
@@ -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: