Skip to content

Commit

Permalink
update java CI
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusja committed Nov 5, 2024
1 parent 3d1a154 commit db005c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: set up JDK 1.11
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 1.11
java-version: '21'
- name: install libusb
run: wget https://github.com/libusb/libusb/archive/v1.0.26.zip && unzip v1.0.26.zip
- name: write local properties
Expand Down

0 comments on commit db005c8

Please sign in to comment.