Skip to content

Commit

Permalink
No need to be very precise about disk space reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
cgokmen committed Oct 19, 2023
1 parent 03055be commit 161bed0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-push-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ jobs:
-
name: Check disk space
run: |
sudo dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -nr | head
df . -h
sudo du /usr/ -hx -d 4 --threshold=1G | sort -hr | head
-
name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 161bed0

Please sign in to comment.