Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adabugra authored Jul 25, 2022
1 parent 673811e commit 30f861c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: set up JDK 11
uses: actions/setup-java@v3
- uses: actions/checkout@v2
- name: set up Java 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'AdoptOpenJDK'
distribution: 'adopt'
java-package: jdk
cache: gradle

- name: Grant execute permission for gradlew
Expand Down

0 comments on commit 30f861c

Please sign in to comment.