Force use Java 8 for sdkmanager and avdmanager.

This commit is contained in:
Yang Chen
2020-01-20 00:46:38 +11:00
committed by ychescale9
parent 2c5dfd9240
commit e756009f0d
5 changed files with 118 additions and 0 deletions
+5
View File
@@ -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: