diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml index 57a8d1ad41..00d7337254 100644 --- a/.github/workflows/build_wheel.yml +++ b/.github/workflows/build_wheel.yml @@ -113,8 +113,16 @@ jobs: - variant: "" cuda_version: "12" steps: - - name: Delete huge unnecessary tools folder - run: rm -rf /opt/hostedtoolcache + - name: Free Disk Space (Ubuntu) + uses: insightsengineering/disk-space-reclaimer@v1 + with: + tools-cache: true + android: true + dotnet: true + haskell: true + large-packages: true + swap-storage: true + docker-images: true - uses: actions/checkout@v6 - uses: actions/download-artifact@v7 with: