mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-09-02 18:49:33 +00:00
Force use Java 8 for sdkmanager and avdmanager.
This commit is contained in:
@@ -28,6 +28,11 @@ jobs:
|
||||
- name: Prepare test fixture
|
||||
run: cp -a ./test-fixture/* ./
|
||||
|
||||
- name: Java 13
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 13
|
||||
|
||||
- name: run action
|
||||
uses: ./
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user