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 15, 2024
1 parent 6aa63ff commit 83340af
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build_manylinux_2010_2014.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ jobs:
python_version: '3.10'
container: micheleantonazzi/manylinux-extended:${{ matrix.manylinux_image }}_x86_64_extended_0.7.1
steps:
- name: Check disk space
run: df . -h
- name: Free disk space
- name: Pre steps
run: |
df . -h
yum install sudo curl -y
curl https://raw.githubusercontent.com/dvershinin/apt-get-centos/master/apt-get.sh -o ./apt-get
chmod 0755 ./apt-get
Expand All @@ -39,8 +38,6 @@ jobs:
-y
yum autoremove
echo "some packages purged"
- name: Check disk space
run: |
sudo dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -nr | head
df . -h
sudo du /usr/ -hx -d 4 --threshold=1G | sort -hr | head
Expand Down

0 comments on commit 83340af

Please sign in to comment.