Skip to content

Commit

Permalink
Update JDK
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Oct 4, 2024
1 parent af085f3 commit 4613827
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
toolchain: nightly
override: true
components: rustfmt, clippy
- name: Install Java
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '21'
- name: Build wheel
uses: pypa/cibuildwheel@v2.20

Expand Down

0 comments on commit 4613827

Please sign in to comment.