From cb11ae06e08e2a28c56a81194fa4f866a61a0f59 Mon Sep 17 00:00:00 2001 From: Joonas Rautiola Date: Tue, 8 Oct 2024 16:44:04 +0300 Subject: [PATCH] Try to squeeze more disk space out of the github runners --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ad10aae..45f3896 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,6 +36,8 @@ jobs: steps: - uses: jlumbroso/free-disk-space@main + with: + tool-cache: true - uses: actions/checkout@v4 @@ -46,6 +48,7 @@ jobs: builders = @/etc/nix/machines max-substitution-jobs = 128 http-connections = 128 + auto-optimise-store = true - name: Initialize attic cache watcher uses: ryanccn/attic-action@v0