This commit is contained in:
Tyler Mayoff 2025-07-04 01:55:27 +00:00
parent e6a3553e20
commit e8aeb42829

View file

@ -21,7 +21,7 @@ jobs:
run: |
df -h
du -h -d1 / 2>/dev/null | sort -hr | head -n 20 || true
find / -type f -exec du -h {} + 2>/dev/null | sort -hr | head -n 1000
# find / -type f -exec du -h {} + 2>/dev/null | sort -hr | head -n 1000
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/share/swift
sudo rm -rf /usr/lib/jvm
@ -35,7 +35,7 @@ jobs:
sudo docker builder prune -a
df -h
du -h -d1 / 2>/dev/null | sort -hr | head -n 20 || true
find / -type f -exec du -h {} + 2>/dev/null | sort -hr | head -n 1000
# find / -type f -exec du -h {} + 2>/dev/null | sort -hr | head -n 1000
- uses: actions/checkout@v4
- uses: samueldr/lix-gha-installer-action@v2025-02-26.prerelease