From e448416a35d7e8e2bdefc46e59961646e5dc3f2b Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Thu, 28 Sep 2023 18:59:59 -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 b6fae95..04b52db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,6 +46,13 @@ jobs: - base_image_name: onyx major_version: 38 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@v3