Skip to content

Commit

Permalink
Ensure creating bind directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 20, 2025
1 parent 66f8d20 commit c67ff78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ jobs:
restore-keys: jni-linux-${{ matrix.platform.arch }}-
- name: Build
run: |
mkdir -p build
docker compose run \
--env ARROW_JAVA_BUILD_DOCS=${ARROW_JAVA_BUILD_DOCS} \
--volume "${PWD}/build/:/build/" \
Expand Down

0 comments on commit c67ff78

Please sign in to comment.