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 a484f64 commit 50d1a79
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/dd-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,15 @@ jobs:
sudo rm -rf /opt/ghc
sudo rm -rf /usr/local/share/boost
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
sudo du -hd1 /var
echo ### var ###
sudo du -hd1 /var/lib
echo ### mnt ###
sudo du -hd1 /mnt
sudo du -hd1 /home
sudo du -hd1 /usr
sudo ls -lah /mnt
echo ### home ###
sudo du -hd1 /home/runner
echo ### usr ###
sudo du -hd1 /usr/local
- name: df
shell: bash
run: df -h
Expand Down

0 comments on commit 50d1a79

Please sign in to comment.