From e584aed2330f362b14d4049e23a11cc3b2558fec Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Thu, 28 Sep 2023 21:57:24 -0700 Subject: [PATCH] chore(ci): Maximize build space (#165) --- .github/workflows/build.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a9fd27c538..c79e8a5b2f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,6 +48,13 @@ jobs: # !!! steps: + - name: Maximize build space + uses: AdityaGarg8/remove-unwanted-software@v1 + with: + remove-dotnet: 'true' + remove-android: 'true' + remove-haskell: 'true' + # Checkout push-to-registry action GitHub repository - name: Checkout Push to Registry action uses: actions/checkout@v4