Skip to content

Commit

Permalink
where they at
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Aug 29, 2024
1 parent 129a416 commit bd290d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,9 @@ jobs:
- name: Cleanup disk space
# Android: 12G
run: |
du -h -d3 /opt/homebrew
du -h -d1 /Users/runner/.cargo
ls -la /opt/homebrew/bin
ls -la /opt/homebrew/share/man/man1
ls -la /Users/runner/.cargo/bin
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 bd290d0

Please sign in to comment.