Skip to content

Commit 347b9b7

Browse files
committed
Pass through java env var
1 parent 050025e commit 347b9b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/wheel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
CIBW_ARCHS: all
8585
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux_image }}
8686
CIBW_MANYLINUX_I686_IMAGE: ${{ matrix.manylinux_image }}
87+
CIBW_ENVIRONMENT: 'JAVA_HOME="${{ env.JAVA_HOME }}"'
8788

8889
- name: Store artifacts
8990
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)