added more for removal

This commit is contained in:
Tyler Mayoff 2025-07-04 22:44:42 -04:00
parent e23efc0d85
commit 04dc72791f
2 changed files with 5 additions and 2 deletions

View file

@ -18,7 +18,7 @@ runs:
if: inputs.debug == 'true'
shell: bash
run: |
du -h -d3 / 2>/dev/null | sort -hr | head -n 20 || true
du -h -d5 / 2>/dev/null | sort -hr | head -n 20 || true
- name: Clear
shell: bash
@ -37,4 +37,4 @@ runs:
if: inputs.debug == 'true'
shell: bash
run: |
du -h -d3 / 2>/dev/null | sort -hr | head -n 20 || true
du -h -d5 / 2>/dev/null | sort -hr | head -n 20 || true

View file

@ -10,14 +10,17 @@ paths=(
/usr/lib/jvm
/usr/lib/llvm-*
/usr/lib/google-cloud-sdk
/usr/lib/dotnet
/usr/local/.ghcup
/usr/local/share/chromium
/usr/local/lib/android
/usr/local/julia1.11.5
/opt/ghc
/opt/az
/opt/pipx
/opt/microsoft
/opt/hostedtoolcache
/etc/skel/.rustup
)
sudo rm -rf "${paths[@]}"