Skip to content

Commit

Permalink
More space for build
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jul 1, 2024
1 parent 6faa455 commit a449308
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a449308

Please sign in to comment.