Skip to content

Commit

Permalink
Maximize android builder space.
Browse files Browse the repository at this point in the history
  • Loading branch information
CedNaru committed Oct 5, 2024
1 parent 77bd281 commit ae8fb0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
name: Build android template (all)

steps:
- name: Maximize build disk space
- uses: easimon/maximize-build-space@v10

- name: Clone Godot Engine
uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

steps:
- name: Maximize build disk space
uses: easimon/maximize-build-space@v10
- uses: easimon/maximize-build-space@v10

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

0 comments on commit ae8fb0b

Please sign in to comment.