From af4823a73083aed24d34c454fe3385e18ebb7168 Mon Sep 17 00:00:00 2001 From: badbl0cks <4161747+badbl0cks@users.noreply.github.com> Date: Tue, 18 Nov 2025 19:15:53 -0800 Subject: [PATCH] fix: enable maximize build space to fix out of space error in build workflow --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cfca156..bb2a06a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,4 +34,4 @@ jobs: pr_event_number: ${{ github.event.number }} # enabled by default, disable if your image is small and you want faster builds - maximize_build_space: false + maximize_build_space: true