From 2c2360ae530cb18b34a63b0825bd9e9705c6eff9 Mon Sep 17 00:00:00 2001 From: mym0404 Date: Sat, 13 Jul 2024 14:17:31 +0900 Subject: [PATCH] ci(android): setup jdk, android sdk on ci --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 927680af..fcffad67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: