From d1e6d7f1733dc7e968f6de6571d69cba2df42f51 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Thu, 28 Sep 2023 19:03:19 -0700 Subject: [PATCH] chore(ci): Maximize build space --- .github/workflows/build.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c1060a43f..01a1b469c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,6 +43,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