Skip to content

Commit

Permalink
[.github] - Free disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
nyodas committed Feb 9, 2024
1 parent 51961b1 commit a484f64
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dd-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ jobs:
sudo rm -rf /opt/ghc
sudo rm -rf /usr/local/share/boost
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
sudo du -d1 /
sudo du -hd1 /var
sudo du -hd1 /mnt
sudo du -hd1 /home
sudo du -hd1 /usr
- name: df
shell: bash
run: df -h
Expand Down

0 comments on commit a484f64

Please sign in to comment.