JDK update Actions
This commit is contained in:
parent
8c75934312
commit
1447a1b28c
|
@ -16,11 +16,11 @@ jobs:
|
|||
- name: Node
|
||||
uses: actions/setup-node@v1
|
||||
|
||||
- name: Use specific Java version for sdkmanager to work
|
||||
uses: joschi/setup-jdk@v1
|
||||
- name: Install JDK 8
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: 'openjdk8'
|
||||
architecture: 'x64'
|
||||
java-version: '8'
|
||||
distribution: 'adopt'
|
||||
|
||||
- name: Download Android Emulator Image
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue