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 f4f5104 commit ccd946b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_manylinux_2010_2014.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
df . -h
sudo du /usr/ -hx -d 4 --threshold=1G | sort -hr | head
- name: Configure docker
uses: docker:micheleantonazzi/manylinux-extended:${{ matrix.manylinux_image }}_x86_64_extended_0.7.1
run: |
docker run -it micheleantonazzi/manylinux-extended:${{ matrix.manylinux_image }}_x86_64_extended_0.7.1 bash
# Remove existing directory if it exists
if [ -d "repository" ]; then
rm -rf "repository"
Expand Down

0 comments on commit ccd946b

Please sign in to comment.