From 5366229d1f9862f11d0b7650687259b13f2e2ef8 Mon Sep 17 00:00:00 2001 From: Jesse Katsumata Date: Tue, 9 Apr 2024 19:27:59 +0900 Subject: [PATCH] fix: android ci --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a54c7953..3e02c7f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,11 @@ jobs: - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} + - name: Set up JDK + uses: actions/setup-java@v4 + with: + distribution: temurin + java-version: 17 - name: Get yarn cache id: yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)"