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 - name: Cache Nix store
uses: nix-community/cache-nix-action@v5 uses: nix-community/cache-nix-action@v5
with: with:
key: ${{ runner.os }}-nix-${{ hashFiles('**/flake.lock') }} primary-key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix') }}
restore-keys: | restore-prefixes-first-match: nix-${{ runner.os }}-
${{ runner.os }}-nix-
- name: Build status-cli - name: Build status-cli
run: | run: |