cleanup disk in release ci

Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
yxxhero 2025-09-30 06:57:01 +08:00 committed by yxxhero
parent a30957409d
commit 3f1c2a0a75
1 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,12 @@ jobs:
go-version-file: go.mod
- name: check disk usage
run: df -h
- name: cleanup disk
run: |
rm -rf /usr/share/dotnet
rm -rf /opt/ghc
rm -rf "/usr/local/share/boost"
rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: goreleaser/goreleaser-action@v6
with:
version: latest