Skip to content

Commit

Permalink
build: try to free disk space for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
Johennes committed Nov 12, 2024
1 parent 89af422 commit 31a56cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Free up disk space
run: |
# https://github.com/orgs/community/discussions/25678#discussioncomment-5242449
rm -rvf /opt/hostedtoolcache
- name: Build example for Android
env:
JAVA_OPTS: "-XX:MaxHeapSize=6g"
Expand Down

0 comments on commit 31a56cc

Please sign in to comment.