removed debugging

This commit is contained in:
Tyler Mayoff 2025-07-04 22:53:05 -04:00
parent 44a35b583b
commit 5707e39ca9
2 changed files with 3 additions and 2 deletions

View file

@ -21,8 +21,11 @@ paths=(
/opt/az
/opt/pipx
/opt/microsoft
/opt/google
/opt/hostedtoolcache
/etc/skel/.rustup
)
sudo rm -rf "${paths[@]}"
exit 0

View file

@ -25,8 +25,6 @@ jobs:
- name: Maximize build space
if: runner.os == 'Linux'
uses: ./.github/actions/disk_space
with:
debug: true
- uses: cachix/cachix-action@v16
with: