Skip to content

Commit

Permalink
fix(ci): increase max store size
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Aug 24, 2024
1 parent 3b63502 commit e514131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
primary-key: nix-update-${{ hashfiles('**/flake.nix', 'flake.lock', 'nix-dev/flake.lock', 'haskell/**/*') }}
restore-prefixes-first-match: nix-update-
gc-max-store-size-linux: 4000000000
gc-max-store-size-linux: 4500000000
purge: true
purge-prefixes: nix-update-
purge-created: 0
Expand Down

0 comments on commit e514131

Please sign in to comment.