Skip to content

Commit c67ff78

Browse files
committed
Ensure creating bind directory
1 parent 66f8d20 commit c67ff78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ jobs:
141141
restore-keys: jni-linux-${{ matrix.platform.arch }}-
142142
- name: Build
143143
run: |
144+
mkdir -p build
144145
docker compose run \
145146
--env ARROW_JAVA_BUILD_DOCS=${ARROW_JAVA_BUILD_DOCS} \
146147
--volume "${PWD}/build/:/build/" \

0 commit comments

Comments
 (0)