mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
added more for removal
This commit is contained in:
parent
e23efc0d85
commit
04dc72791f
2 changed files with 5 additions and 2 deletions
4
.github/actions/disk_space/action.yml
vendored
4
.github/actions/disk_space/action.yml
vendored
|
|
@ -18,7 +18,7 @@ runs:
|
||||||
if: inputs.debug == 'true'
|
if: inputs.debug == 'true'
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
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
|
- name: Clear
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
@ -37,4 +37,4 @@ runs:
|
||||||
if: inputs.debug == 'true'
|
if: inputs.debug == 'true'
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
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
|
||||||
|
|
|
||||||
3
.github/actions/disk_space/clean.sh
vendored
3
.github/actions/disk_space/clean.sh
vendored
|
|
@ -10,14 +10,17 @@ paths=(
|
||||||
/usr/lib/jvm
|
/usr/lib/jvm
|
||||||
/usr/lib/llvm-*
|
/usr/lib/llvm-*
|
||||||
/usr/lib/google-cloud-sdk
|
/usr/lib/google-cloud-sdk
|
||||||
|
/usr/lib/dotnet
|
||||||
/usr/local/.ghcup
|
/usr/local/.ghcup
|
||||||
/usr/local/share/chromium
|
/usr/local/share/chromium
|
||||||
/usr/local/lib/android
|
/usr/local/lib/android
|
||||||
/usr/local/julia1.11.5
|
/usr/local/julia1.11.5
|
||||||
/opt/ghc
|
/opt/ghc
|
||||||
/opt/az
|
/opt/az
|
||||||
|
/opt/pipx
|
||||||
/opt/microsoft
|
/opt/microsoft
|
||||||
/opt/hostedtoolcache
|
/opt/hostedtoolcache
|
||||||
|
/etc/skel/.rustup
|
||||||
)
|
)
|
||||||
|
|
||||||
sudo rm -rf "${paths[@]}"
|
sudo rm -rf "${paths[@]}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue