Skip to content

Commit

Permalink
Add setup-java step
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Jan 10, 2024
1 parent 3f512b6 commit c99b67a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ jobs:
with:
python-version: 3.8

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

- uses: actions/checkout@v3
with:
fetch-depth: 0
Expand Down

0 comments on commit c99b67a

Please sign in to comment.