add free disk space in release.yml ci

This commit is contained in:
xlliu-scitix 2025-12-21 07:18:22 +00:00
parent 5eec99dc08
commit 42c1025d7d

View File

@ -18,6 +18,15 @@ jobs:
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Free disk space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/ghc
sudo rm -rf /opt/hostedtoolcache
sudo docker system prune -af || true
df -h
- name: Build .run installer (Docker)
run: |
docker buildx build \