From 5707e39ca9371a7ad5d2d3cf4f0d20caed17454b Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Fri, 4 Jul 2025 22:53:05 -0400 Subject: [PATCH] removed debugging --- .github/actions/disk_space/clean.sh | 3 +++ .github/workflows/main.yml | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/actions/disk_space/clean.sh b/.github/actions/disk_space/clean.sh index b338eb1..fb89420 100755 --- a/.github/actions/disk_space/clean.sh +++ b/.github/actions/disk_space/clean.sh @@ -21,8 +21,11 @@ paths=( /opt/az /opt/pipx /opt/microsoft + /opt/google /opt/hostedtoolcache /etc/skel/.rustup ) sudo rm -rf "${paths[@]}" + +exit 0 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a32806f..e24e536 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: