Skip to content

Commit c53ffee

Browse files
committed
[CI] Add java
1 parent 6c841b1 commit c53ffee

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/wheel.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ jobs:
5353
steps:
5454
- uses: actions/checkout@v4
5555

56+
- name: Setup Java JDK
57+
uses: actions/setup-java@v2.1.0
58+
with:
59+
java-version: 8
60+
distribution: adopt
61+
5662
- name: Setup Python ${{ matrix.python_version }}
5763
uses: actions/setup-python@v5
5864
with:

0 commit comments

Comments
 (0)