mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
removed debugging
This commit is contained in:
parent
44a35b583b
commit
5707e39ca9
2 changed files with 3 additions and 2 deletions
3
.github/actions/disk_space/clean.sh
vendored
3
.github/actions/disk_space/clean.sh
vendored
|
|
@ -21,8 +21,11 @@ paths=(
|
|||
/opt/az
|
||||
/opt/pipx
|
||||
/opt/microsoft
|
||||
/opt/google
|
||||
/opt/hostedtoolcache
|
||||
/etc/skel/.rustup
|
||||
)
|
||||
|
||||
sudo rm -rf "${paths[@]}"
|
||||
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue