Skip to content

Commit

Permalink
apacheGH-37373: [CI][Integration] Free up disk space (apache#37374)
Browse files Browse the repository at this point in the history
### Rationale for this change

We need more disk space.

### What changes are included in this PR?

Remove unused pre-installed packages.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#37373

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
  • Loading branch information
kou authored Aug 25, 2023
1 parent 86b7a84 commit b4b2b18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
with:
repository: apache/arrow-rs
path: rust
- name: Free up disk space
run: |
ci/scripts/util_free_space.sh
- name: Cache Docker Volumes
uses: actions/cache@v3
with:
Expand Down

0 comments on commit b4b2b18

Please sign in to comment.