Skip to content

Commit

Permalink
Add more free space
Browse files Browse the repository at this point in the history
  • Loading branch information
ali6parmak committed Jan 15, 2025
1 parent f2fa3a7 commit 7a92f35
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,11 @@ free_up_space:
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/hostedtoolcache/CodeQL
sudo docker image prune --all --force
sudo rm -rf /usr/local/share/chromium
sudo rm -rf /usr/local/share/powershell
sudo rm -rf /usr/share/swift
sudo rm -rf /usr/local/julia*
sudo docker system prune --all --force
df -h

start_detached:
Expand Down

0 comments on commit 7a92f35

Please sign in to comment.