Skip to content

Commit

Permalink
apacheGH-38193: [CI][Java] Free up disk space for "AMD64 manylinux201…
Browse files Browse the repository at this point in the history
…4 Java JNI" (apache#38194)

### Rationale for this change

We don't have enough disk space.

### What changes are included in this PR?

Remove unused pre-installed software.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#38193

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
kou authored and dgreiss committed Feb 17, 2024
1 parent 22cb7fe commit 08713fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/java_jni.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
with:
fetch-depth: 0
submodules: recursive
- 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 08713fc

Please sign in to comment.