test
This commit is contained in:
parent
a54da84a37
commit
3b2cce8421
@ -16,12 +16,11 @@ jobs:
|
|||||||
uses: http://github.com/nix-community/cache-nix-action@v6
|
uses: http://github.com/nix-community/cache-nix-action@v6
|
||||||
with:
|
with:
|
||||||
# restore and save a cache using this key
|
# restore and save a cache using this key
|
||||||
primary-key: nix-${{ runner.os }}
|
primary-key: nix-${{ runner.os }}-
|
||||||
# if there's no cache hit, restore a cache by this prefix
|
# if there's no cache hit, restore a cache by this prefix
|
||||||
restore-prefixes-first-match: nix-${{ runner.os }}
|
restore-prefixes-first-match: nix-${{ runner.os }}-
|
||||||
gc-max-store-size-linux: 1G
|
|
||||||
purge: true
|
purge: true
|
||||||
purge-prefixes: nix-${{ runner.os }}
|
purge-prefixes: nix-${{ runner.os }}-
|
||||||
purge-created: 60000
|
purge-created: 60000
|
||||||
purge-primary-key: never
|
purge-primary-key: never
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user