From f0c2ede7a774cb26944a152436634612013447fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E6=AD=A3=E8=B6=85?= Date: Fri, 31 Oct 2025 16:44:08 +0800 Subject: [PATCH] Remove unnecessary tools folder in CI workflow (#770) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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