Skip to content

Commit

Permalink
Use yum
Browse files Browse the repository at this point in the history
  • Loading branch information
jmao-denver committed Oct 22, 2024
1 parent 758a9f2 commit 1926bac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_ft_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ jobs:
CIBW_FREE_THREADED_SUPPORT: true
CIBW_ARCHS_LINUX: "aarch64"
CIBW_BUILD: "cp313t-*"
CIBW_BEFORE_BUILD: apt-get -qq update; apt-get -qq -y --no-install-recommends install temurin-8-jdk maven
CIBW_BEFORE_BUILD: >
yum install temurin-8-jdk maven -y
CIBW_ENVIRONMENT: JAVA_HOME=/usr/lib/jvm/temurin-8-jdk-aarch64
with:
package-dir: .
Expand Down

0 comments on commit 1926bac

Please sign in to comment.