Skip to content

Commit a5cc862

Browse files
committed
ci: fix incorrect cache key (AGAIN BRO)
1 parent 4011590 commit a5cc862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Restore and cache Nix store
8383
uses: nix-community/cache-nix-action@v6
8484
with:
85-
primary-key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix', '**/flake.lock') }}
85+
primary-key: nix-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('**/*.nix', '**/flake.lock') }}
8686
restore-prefixes-first-match: nix-${{ runner.os }}-${{ runner.arch }}-
8787
gc-max-store-size-linux: 5368709000
8888
purge: true

0 commit comments

Comments
 (0)