Skip to content

Commit

Permalink
Maximize disk space on android CI (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
CedNaru authored Oct 5, 2024
1 parent fffd500 commit 0a45375
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ jobs:
name: Build android template (all)

steps:
- name: Maximize build space
uses: AdityaGarg8/[email protected]
with:
remove-dotnet: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
remove-swapfile: 'true'

- name: Clone Godot Engine
uses: actions/checkout@v4
with:
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,14 @@ jobs:
sconsflags: ''

steps:
- name: Maximize build disk space
uses: easimon/maximize-build-space@v10
- name: Maximize build space
uses: AdityaGarg8/[email protected]
with:
remove-dotnet: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
remove-swapfile: 'true'

- name: Clone Godot Engine
uses: actions/checkout@v4
Expand Down

0 comments on commit 0a45375

Please sign in to comment.