mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-04 06:30:53 +01:00
chore(actions): increase nix cache size to 5 GiB
This commit is contained in:
parent
a4da2d0fbe
commit
282d2e62e8
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
with:
|
||||
primary-key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix') }}
|
||||
restore-prefixes-first-match: nix-${{ runner.os }}-
|
||||
gc-max-store-size-linux: 1073741824
|
||||
gc-max-store-size-linux: 5368709000
|
||||
purge: true
|
||||
purge-prefixes: cache-${{ runner.os }}-
|
||||
purge-created: 0
|
||||
|
@ -59,7 +59,7 @@ jobs:
|
|||
with:
|
||||
primary-key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix') }}
|
||||
restore-prefixes-first-match: nix-${{ runner.os }}-
|
||||
gc-max-store-size-linux: 1073741824
|
||||
gc-max-store-size-linux: 5368709000
|
||||
purge: true
|
||||
purge-prefixes: cache-${{ runner.os }}-
|
||||
purge-created: 0
|
||||
|
@ -94,7 +94,7 @@ jobs:
|
|||
with:
|
||||
primary-key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix') }}
|
||||
restore-prefixes-first-match: nix-${{ runner.os }}-
|
||||
gc-max-store-size-linux: 1073741824
|
||||
gc-max-store-size-linux: 5368709000
|
||||
purge: true
|
||||
purge-prefixes: cache-${{ runner.os }}-
|
||||
purge-created: 0
|
||||
|
|
Loading…
Add table
Reference in a new issue