diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ddc27c4..aa9a03c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -81,6 +81,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