Skip to content

Commit

Permalink
Remove more stuff from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Dec 18, 2023
1 parent eb4ee54 commit 3632819
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,26 @@ jobs:
- name: Clear up some space on runner
run: |
dpkg-query -Wf '${Installed-Size}\t${Package}\n' |\
sort -n |\
tail -n 100
sort -rn |\
head -n 20
df -h
sudo apt-get remove -y '.*llvm.*'
sudo apt-get remove -y '^dotnet-.*'
sudo apt-get remove -y '^libclang.*'
sudo apt-get remove -y '^llvm-.*'
sudo apt-get remove -y '^mongodb-.*'
sudo apt-get remove -y '^mysql-.*'
sudo apt-get remove -y '^postgresql-.*'
sudo apt-get remove -y 'php*'
sudo apt-get remove -y \
azure-cli \
google-chrome-stable \
firefox \
gcc \
google-chrome-stable \
google-cloud-cli \
microsoft-edge-stable \
mono-devel \
powershell \
mono-devel
temurin-21-jdk
sudo apt-get autoremove -y
sudo apt-get clean
rm -rf /usr/share/dotnet/
Expand Down

0 comments on commit 3632819

Please sign in to comment.