Skip to content

Commit

Permalink
Add Java
Browse files Browse the repository at this point in the history
  • Loading branch information
jmao-denver committed Oct 22, 2024
1 parent c7bd2cc commit 362527e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_ft_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- uses: actions/setup-java@v4
id: setup-java
with:
distribution: 'temurin'
java-version: '8'

# - uses: astral-sh/setup-uv@v3
# - run: |
# uv python install 3.13t
Expand Down

0 comments on commit 362527e

Please sign in to comment.