mirror of
https://github.com/mik3y/usb-serial-for-android
synced 2025-06-07 07:56:20 +00:00
switch openjdk distribution for build action
This commit is contained in:
parent
bdfb7d5f6c
commit
896b242be0
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
- name: set up JDK 1.11
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
distribution: 'temurin'
|
||||
java-version: '11'
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew assembleDebug
|
||||
|
Loading…
x
Reference in New Issue
Block a user