CI: Free space on worker building container

This commit is contained in:
Brennan Ashton 2023-02-28 21:40:38 -08:00 committed by Xiang Xiao
parent a3cce487ca
commit 05801f9fec
1 changed files with 5 additions and 0 deletions

View File

@ -57,6 +57,11 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Free Up Extra Disk Space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/gch
- name: Pre-build Disk Stats
run: |
df -h