Skip to content

Commit

Permalink
free disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleantonazzi committed Apr 14, 2024
1 parent 7b9c62f commit 6aa63ff
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build_manylinux_2010_2014.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
chmod 0755 ./apt-get
echo "some directories deleted"
sudo ./apt-get install aptitude -y
sudo aptitude purge aria2 ansible azure-cli shellcheck rpm xorriso zsync \
yum remove aria2 ansible azure-cli shellcheck rpm xorriso zsync \
esl-erlang firefox gfortran-8 gfortran-9 google-chrome-stable \
google-cloud-sdk imagemagick \
libmagickcore-dev libmagickwand-dev libmagic-dev ant ant-optional kubectl \
Expand All @@ -37,9 +36,8 @@ jobs:
libfreetype6 libfreetype6-dev libfontconfig1 libfontconfig1-dev \
snmp pollinate libpq-dev postgresql-client powershell ruby-full \
sphinxsearch subversion mongodb-org azure-cli microsoft-edge-stable \
-y -f >/dev/null 2>&1
sudo ./apt-get autoremove -y >/dev/null 2>&1
sudo ./apt-get autoclean -y >/dev/null 2>&1
-y
yum autoremove
echo "some packages purged"
- name: Check disk space
run: |
Expand Down

0 comments on commit 6aa63ff

Please sign in to comment.