Skip to content

Commit

Permalink
Fix the error No space left on device
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-antonyuk committed Jan 31, 2025
1 parent 0fd7376 commit e64b373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Free Disk Space
run: |
sudo rm -rf /usr/local/lib/android /opt/ghc
curl -fsSL https://raw.githubusercontent.com/apache/arrow/refs/heads/main/ci/scripts/util_free_space.sh | bash
sudo docker image prune --all --force
- name: Import GPG
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Free Disk Space
run: |
sudo rm -rf /usr/local/lib/android /opt/ghc
curl -fsSL https://raw.githubusercontent.com/apache/arrow/refs/heads/main/ci/scripts/util_free_space.sh | bash
sudo docker image prune --all --force
- name: Login to DockerHub
Expand Down

0 comments on commit e64b373

Please sign in to comment.