From 282d2e62e868fe20fef2e8748c21e7776307cf1e Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Mon, 17 Feb 2025 11:24:55 +0530 Subject: [PATCH] chore(actions): increase nix cache size to 5 GiB --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66bd556..bf98fa2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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