Skip to content

Commit 5348219

Browse files
authored
FIx java bindings packaging (#5008)
Seems to work [here](https://github.com/vortex-data/vortex/actions/runs/18659973729/job/53197925411). My general thinking is that `setup-protoc` runs on the provided `container` config that's required only for the JNI build. That image lacks unzip, so we just install it. Signed-off-by: Adam Gutglick <[email protected]>
1 parent 33204e1 commit 5348219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
fetch-depth: 0
111111
- run: |
112112
apt update
113-
apt install -y wget curl build-essential
113+
apt install -y wget curl build-essential unzip
114114
- name: Print GLIBC version
115115
run: ldd --version
116116
- name: Verify GLIBC version

0 commit comments

Comments
 (0)