mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
depth
This commit is contained in:
parent
e8aeb42829
commit
ea1dd602fc
1 changed files with 2 additions and 4 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -20,8 +20,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
df -h
|
df -h
|
||||||
du -h -d1 / 2>/dev/null | sort -hr | head -n 20 || true
|
du -h -d2 / 2>/dev/null | sort -hr | head -n 20
|
||||||
# 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/dotnet
|
||||||
sudo rm -rf /usr/share/swift
|
sudo rm -rf /usr/share/swift
|
||||||
sudo rm -rf /usr/lib/jvm
|
sudo rm -rf /usr/lib/jvm
|
||||||
|
|
@ -34,8 +33,7 @@ jobs:
|
||||||
sudo docker image prune --all --force
|
sudo docker image prune --all --force
|
||||||
sudo docker builder prune -a
|
sudo docker builder prune -a
|
||||||
df -h
|
df -h
|
||||||
du -h -d1 / 2>/dev/null | sort -hr | head -n 20 || true
|
du -h -d2 / 2>/dev/null | sort -hr | head -n 20
|
||||||
# find / -type f -exec du -h {} + 2>/dev/null | sort -hr | head -n 1000
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: samueldr/lix-gha-installer-action@v2025-02-26.prerelease
|
- uses: samueldr/lix-gha-installer-action@v2025-02-26.prerelease
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue