Skip to content

Commit

Permalink
Disk usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
gonsolo committed Oct 17, 2023
1 parent 2ff8cef commit c50ea13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:

- name: Check disk space
run: |
sudo dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -nr | head
df -h .
for i in /*; do du -s -- "$i"; done | sort -n
sudo du /usr/ -hx -d 4 --threshold=1G | sort -hr | head
#- name: Cache Cuda
# id: cache-cuda
Expand Down

0 comments on commit c50ea13

Please sign in to comment.