From 8d44e3e302bcb3afc055e348f5a79d57a0ae17da Mon Sep 17 00:00:00 2001
From: Pablo Lopez
Date: Tue, 8 Oct 2024 15:45:27 +0300
Subject: [PATCH] Update ci2.yml
---
.github/workflows/ci2.yml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/ci2.yml b/.github/workflows/ci2.yml
index d4889a02..6b707e5c 100644
--- a/.github/workflows/ci2.yml
+++ b/.github/workflows/ci2.yml
@@ -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: |