From 4c2d9285a1e7f334b7b8b8986af68677e82c2aba 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 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