Remove unnecessary tools folder in CI workflow (#770)

This commit is contained in:
安正超
2025-10-31 16:44:08 +08:00
committed by GitHub
parent b9fd66c1cd
commit f0c2ede7a7

View File

@@ -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