We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 050025e commit 347b9b7Copy full SHA for 347b9b7
1 file changed
.github/workflows/wheel.yml
@@ -84,6 +84,7 @@ jobs:
84
CIBW_ARCHS: all
85
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux_image }}
86
CIBW_MANYLINUX_I686_IMAGE: ${{ matrix.manylinux_image }}
87
+ CIBW_ENVIRONMENT: 'JAVA_HOME="${{ env.JAVA_HOME }}"'
88
89
- name: Store artifacts
90
uses: actions/upload-artifact@v4
0 commit comments