We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d99b1 commit 958b9f8Copy full SHA for 958b9f8
.github/workflows/Java.yml
@@ -147,7 +147,7 @@ jobs:
147
-e GEN=ninja \
148
-e JAVA_HOME=/usr/lib/jvm/java-8-openjdk \
149
${{ env.ALPINE_IMAGE }} \
150
- sh -c 'apk add ${{ env.MANYLINUX_PACKAGES }} && make -C /duckdb test'
+ sh -c 'apk add ${{ env.ALPINE_PACKAGES }} && make -C /duckdb test'
151
152
- name: Deploy
153
shell: bash
@@ -191,7 +191,7 @@ jobs:
191
192
193
194
195
196
197
0 commit comments