Skip to content

Commit

Permalink
chore(): build.yml tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawqss committed Sep 16, 2024
1 parent 0922a71 commit cea984d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ jobs:
- name: Set up Java JDK
uses: actions/setup-java@v3
with:
distribution: adopt
distribution: zulu
java-version: 17
- name: Install Android SDK
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
# arch: arm64-v8a
components: 'platform-tools,build-tools;30.0.3,android-30'
script: ./gradlew build
- name: Build Android app
run: |
Expand Down

0 comments on commit cea984d

Please sign in to comment.