We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4011590 commit a5cc862Copy full SHA for a5cc862
.github/workflows/ci.yml
@@ -82,7 +82,7 @@ jobs:
82
- name: Restore and cache Nix store
83
uses: nix-community/cache-nix-action@v6
84
with:
85
- primary-key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix', '**/flake.lock') }}
+ primary-key: nix-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('**/*.nix', '**/flake.lock') }}
86
restore-prefixes-first-match: nix-${{ runner.os }}-${{ runner.arch }}-
87
gc-max-store-size-linux: 5368709000
88
purge: true
0 commit comments