Skip to content

Commit

Permalink
Clean more space
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Jul 11, 2024
1 parent 0afcdda commit 9f8a040
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,24 @@ jobs:
dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n | tail -n 100
df -h
sudo sudo apt update
sudo apt-get remove -y '^aspnetcore-.*'
sudo apt-get remove -y '^azure-.*'
sudo apt-get remove -y '^clang-.*'
sudo apt-get remove -y '^cpp-.*'
sudo apt-get remove -y '^dotnet-.*'
sudo apt-get remove -y '^gcc-.*'
sudo apt-get remove -y '^gfortran-.*'
sudo apt-get remove -y '^google-.*'
sudo apt-get remove -y '^libclang.*'
sudo apt-get remove -y '^llvm-.*'
sudo apt-get remove -y '^microsoft-.*'
sudo apt-get remove -y '^mongodb-.*'
sudo apt-get remove -y '^mono-.*'
sudo apt-get remove -y '^mysql-.*'
sudo apt-get remove -y '^php.*'
sudo apt-get remove -y '^postgresql-.*'
sudo apt-get remove -y 'php.*'
sudo apt-get remove -y azure-cli google-chrome-stable firefox powershell mono-devel
sudo apt-get remove -y '^temurin-.*'
sudo apt-get remove -y firefox powershell
sudo apt-get autoremove -y
sudo apt-get clean
rm -rf /usr/share/dotnet/
Expand Down

0 comments on commit 9f8a040

Please sign in to comment.