From c99b9d6b6c298e365c6476e49929bd9292c75273 Mon Sep 17 00:00:00 2001 From: Ben Radey Date: Mon, 10 Nov 2025 12:29:23 -0500 Subject: [PATCH] Testing free-disk-space job --- .github/workflows/build.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 68a7b8c..ba123f9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,27 @@ env: jobs: + free-disk-space: + runs-on: ubuntu-latest + steps: + + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + # this might remove tools that are actually needed, + # if set to "true" but frees about 6 GB + tool-cache: false + + # all of these default to true, but feel free to set to + # "false" if necessary for your workflow + android: true + dotnet: true + haskell: true + large-packages: true + docker-images: false + swap-storage: true supermicro-x10drh: + needs: free-disk-space runs-on: ubuntu-latest steps: - name: Checkout repo @@ -44,6 +64,7 @@ jobs: extra-args: | --disable-content-trust lenovo-16arh7h: + needs: free-disk-space runs-on: ubuntu-latest steps: - name: Checkout repo