From 7d08ee0e15dede662729a39173538d3807e95124 Mon Sep 17 00:00:00 2001 From: Andrei Dziahel Date: Thu, 25 Jan 2024 15:31:28 +0100 Subject: [PATCH] ci: fix previous caches not being reused --- .github/actions/setup-nix/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-nix/action.yaml b/.github/actions/setup-nix/action.yaml index 6c4578359e0..b1071ae5c85 100644 --- a/.github/actions/setup-nix/action.yaml +++ b/.github/actions/setup-nix/action.yaml @@ -22,7 +22,7 @@ runs: with: primary-key: cache-nix-${{ runner.os }}-id-${{ inputs.cache-id }}-${{ hashFiles('nix/**/*.nix', '.github/actions/setup-nix/*') }} restore-prefixes-first-match: | - cache-nix-${{ runner.os }}-common- + cache-nix-${{ runner.os }}-id- - uses: cachix/cachix-action@v14 with: name: postgrest