Update ci2.yml

This commit is contained in:
Pablo Lopez 2024-10-08 15:45:27 +03:00 committed by GitHub
parent 542af06aa6
commit 8d44e3e302
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -35,9 +35,8 @@ jobs:
- name: Cache Nix store
uses: nix-community/cache-nix-action@v5
with:
key: ${{ runner.os }}-nix-${{ hashFiles('**/flake.lock') }}
restore-keys: |
${{ runner.os }}-nix-
primary-key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix') }}
restore-prefixes-first-match: nix-${{ runner.os }}-
- name: Build status-cli
run: |