Skip to content

Commit

Permalink
ci(android): setup jdk, android sdk on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 committed Jul 13, 2024
1 parent 180e158 commit 2c2360a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,15 @@ jobs:
- name: Setup
uses: ./.github/actions/setup

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'

- name: Setup Android SDK
uses: android-actions/setup-android@v3

- name: Cache turborepo for Android
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 2c2360a

Please sign in to comment.