Skip to content

Commit b4529af

Browse files
committed
[CI] Don't pass through java env var
1 parent 9f8351c commit b4529af

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/wheel.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,8 @@ jobs:
8585
CIBW_ARCHS: all
8686
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux_image }}
8787
CIBW_MANYLINUX_I686_IMAGE: ${{ matrix.manylinux_image }}
88-
CIBW_ENVIRONMENT: 'JAVA_HOME="${{ env.JAVA_HOME }}"'
8988
CIBW_BEFORE_ALL_LINUX: |
90-
yum install -y java-11-openjdk-devel
91-
echo $JAVA_HOME
89+
yum install -y java-11-openjdk-devel && echo $JAVA_HOME && env
9290
9391
- name: Store artifacts
9492
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)