cleanup disk in release ci
Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
parent
2bb31a74b8
commit
b389d67312
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue