workflows: Add distribution
This commit is contained in:
parent
4c648ee069
commit
d2ee42b24e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -36,6 +36,7 @@ jobs:
|
||||||
uses: https://github.com/actions/setup-java@v3
|
uses: https://github.com/actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
java-version: 11
|
java-version: 11
|
||||||
|
distribution: 'temurin'
|
||||||
|
|
||||||
- name: Setup Android SDK
|
- name: Setup Android SDK
|
||||||
uses: https://github.com/android-actions/setup-android@v2
|
uses: https://github.com/android-actions/setup-android@v2
|
||||||
|
|
Loading…
Reference in a new issue