From b5abdfd3a569f9483e888cf782a375a54d231f4a Mon Sep 17 00:00:00 2001 From: ThetaSinner Date: Fri, 28 Jun 2024 15:44:28 +0100 Subject: [PATCH] More space for build --- .github/workflows/build.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 41e04bd..f4ca232 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -46,6 +46,15 @@ jobs: id-token: write steps: + - name: Maximize build space + if: runner.os == 'Linux' + uses: AdityaGarg8/remove-unwanted-software@v2 + with: + remove-dotnet: 'true' + remove-android: 'true' + remove-codeql: 'true' + remove-docker-images: 'true' + - name: Print platform information run: uname -ms