Skip to content

Commit

Permalink
find more targets
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Aug 29, 2024
1 parent d82b3c1 commit f869d57
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,14 @@ jobs:
run: df -h .
if: matrix.os == 'macOS-14'
- name: Cleanup disk space
# Android: 12G
run: |
df -h /Applications
du -h -d2 /Applications
du -h -d2 /Users/runner/Library/Android
rm -rf /Users/runner/Library/Android
where gcc-12
where gcc-13
where gcc-14
where rustc
where cargo
rm -rf /Users/runner/Library/Android
if: matrix.os == 'macOS-14'
- name: Check disk free space post-cleanup (macOS)
run: df -h .
Expand Down

0 comments on commit f869d57

Please sign in to comment.