do not purge cache as it errors
All checks were successful
use nix / build (push) Successful in 13m40s
All checks were successful
use nix / build (push) Successful in 13m40s
This commit is contained in:
parent
5db70c17cc
commit
520813e0b1
1 changed files with 0 additions and 8 deletions
|
@ -20,14 +20,6 @@ jobs:
|
||||||
# collect garbage until Nix store size (in bytes) is at most this number
|
# collect garbage until Nix store size (in bytes) is at most this number
|
||||||
# before trying to save a new cache
|
# before trying to save a new cache
|
||||||
gc-max-store-size-linux: 1073741824
|
gc-max-store-size-linux: 1073741824
|
||||||
# do purge caches
|
|
||||||
purge: true
|
|
||||||
# purge all versions of the cache
|
|
||||||
purge-prefixes: cache-${{ runner.os }}-
|
|
||||||
# created more than this number of seconds ago relative to the start of the `Post Restore` phase
|
|
||||||
purge-created: 0
|
|
||||||
# except the version with the `primary-key`, if it exists
|
|
||||||
purge-primary-key: never
|
|
||||||
- name: Metadata
|
- name: Metadata
|
||||||
run: |
|
run: |
|
||||||
nix flake metadata
|
nix flake metadata
|
||||||
|
|
Loading…
Reference in a new issue