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