diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5b30571..ed5571d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,6 +103,8 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 60 steps: + - name: Delete huge unnecessary tools folder + run: rm -rf /opt/hostedtoolcache - name: Checkout repository uses: actions/checkout@v5