Update ci2.yml
This commit is contained in:
parent
542af06aa6
commit
8d44e3e302
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue