mirror of
https://github.com/android-actions/setup-android
synced 2024-11-22 05:29:34 -08:00
Fix README example
This commit is contained in:
parent
1cb03f027b
commit
a3da945276
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ steps:
|
|||
- name: Set up JDK 1.8
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: 1.8
|
||||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
|
||||
- name: Setup Android SDK
|
||||
uses: android-actions/setup-android@v2
|
||||
|
|
Loading…
Reference in a new issue