Skip to content

Commit

Permalink
how big
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Aug 29, 2024
1 parent 31faed1 commit 9d2574f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,8 @@ jobs:
- name: Cleanup disk space
# Android: 12G
run: |
whereis gcc-12
whereis gcc-13
whereis gcc-14
whereis rustc
whereis cargo
df -h -d3 /opt/homebrew
df -h -d1 /Users/runner/.cargo
rm -rf /Users/runner/Library/Android
if: matrix.os == 'macOS-14'
- name: Check disk free space post-cleanup (macOS)
Expand Down

0 comments on commit 9d2574f

Please sign in to comment.