Skip to content

Commit

Permalink
ci: Add explicit java setup
Browse files Browse the repository at this point in the history
  • Loading branch information
imagejan committed Mar 7, 2024
1 parent b55398f commit 38a5504
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Set up Java
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'zulu'

- name: Install Hatch
run: pip install --upgrade hatch

Expand Down

0 comments on commit 38a5504

Please sign in to comment.