cleanup disk in release ci

Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
yxxhero 2025-09-30 08:13:51 +08:00
parent 2bb31a74b8
commit b389d67312
1 changed files with 5 additions and 1 deletions

View File

@ -34,7 +34,11 @@ jobs:
run: |
rm -rf /usr/share/dotnet
rm -rf /opt/ghc
rm -rf "/usr/local/share/boost"
rm -rf /usr/local/share/boost
rm -fr /usr/local/lib/android
rm -fr /opt/hostedtoolcache/CodeQL
docker image prune --all --force
docker builder prune -a
- uses: goreleaser/goreleaser-action@v6
with:
version: latest