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 8, 2024
1 parent 04e08ae commit 5c2e067
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 5c2e067

Please sign in to comment.