Skip to content

Commit

Permalink
android ci
Browse files Browse the repository at this point in the history
  • Loading branch information
shocknet-justin committed Sep 12, 2024
1 parent 836912a commit 4abf3f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:
jobs:
build:
runs-on: ubuntu-22.04

steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -45,7 +46,7 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'zulu'
distribution: 'temurin'
java-version: '17'

- name: Cache Gradle packages
Expand All @@ -68,6 +69,8 @@ jobs:
- name: Set up Android SDK
uses: android-actions/setup-android@v3
with:
packages: 'platform-tools;build-tools;33.0.0'

- name: Decode Keystore
run: |
Expand Down

0 comments on commit 4abf3f7

Please sign in to comment.