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 Jun 28, 2024
1 parent 47f7d40 commit b5abdfd
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 @@ -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

Expand Down

0 comments on commit b5abdfd

Please sign in to comment.