Skip to content

Commit 5c2e067

Browse files
committed
Add setup-java step
1 parent 04e08ae commit 5c2e067

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ jobs:
6262
with:
6363
python-version: 3.8
6464

65+
- name: Setup java
66+
uses: actions/setup-java@v4
67+
with:
68+
distribution: 'temurin'
69+
java-version: '8'
70+
6571
- uses: actions/checkout@v3
6672
with:
6773
fetch-depth: 0

0 commit comments

Comments
 (0)