Skip to content

Commit

Permalink
Maximize disk space on android CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CedNaru committed Oct 5, 2024
1 parent fffd500 commit b59d120
Showing 1 changed file with 9 additions and 0 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

0 comments on commit b59d120

Please sign in to comment.