mirror of
https://gitea.com/actions/setup-android.git
synced 2025-10-05 18:48:42 +00:00
workflow: add distribution to setup-java
This commit is contained in:
parent
e2a3af499e
commit
62d9713f6c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/run.yml
vendored
1
.github/workflows/run.yml
vendored
|
@ -35,6 +35,7 @@ jobs:
|
||||||
uses: actions/setup-java@v2
|
uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
java-version: 1.8
|
java-version: 1.8
|
||||||
|
distribution: 'adopt'
|
||||||
|
|
||||||
- name: Setup Android SDK
|
- name: Setup Android SDK
|
||||||
id: 'setup-android'
|
id: 'setup-android'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue