Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
jmao-denver committed Oct 23, 2024
1 parent 6017d2b commit 18f75e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_ft_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ jobs:
CIBW_FREE_THREADED_SUPPORT: true
CIBW_ARCHS_LINUX: "aarch64"
CIBW_BUILD: "cp313t-*"
CIBW_BEFORE_ALL_LINUX: yum install -y java-11-openjdk java-11-openjdk-devel maven
CIBW_BEFORE_ALL_LINUX: >
yum install -y java-11-openjdk &&
yum install -y java-11-openjdk-devel &&
yum install -y maven
CIBW_ENVIRONMENT: JAVA_HOME=/etc/alternatives/jre
with:
package-dir: .
Expand Down

0 comments on commit 18f75e9

Please sign in to comment.