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"
  • Loading branch information
kou committed Oct 11, 2023
1 parent 72bfe49 commit aee50ea
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 aee50ea

Please sign in to comment.