Skip to content

Commit f7d70d3

Browse files
committed
remove before-build, not needed for other platforms.
1 parent 2d1ff1d commit f7d70d3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/on-release-main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,6 @@ jobs:
8585
native-image --version
8686
mvn --version
8787
poetry --version
88-
CIBW_BEFORE_BUILD_LINUX: |
89-
export GRAALVM_HOME=/opt/graalvm-community-openjdk-23.0.2+7.1
90-
export JAVA_HOME=/opt/graalvm-community-openjdk-23.0.2+7.1
91-
export MAVEN_HOME=/opt/apache-maven-3.9.9
92-
export PATH=${JAVA_HOME}/bin:/root/.local/bin:${MAVEN_HOME}/bin:$PATH
93-
poetry install --no-interaction
9488
CIBW_BUILD_VERBOSITY_LINUX: 3
9589
CIBW_DEBUG_TRACEBACK: TRUE
9690
CIBW_DEBUG_KEEP_CONTAINER: TRUE

0 commit comments

Comments
 (0)