Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydeetay authored May 3, 2024
1 parent 2e7c9ab commit 8669841
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:

- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: '12'
with:
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: '12'

- name: run tests
uses: reactivecircus/android-emulator-runner@v2
Expand Down

0 comments on commit 8669841

Please sign in to comment.