From 4624cdda862e62e51ea1a4c69e13b393c574c303 Mon Sep 17 00:00:00 2001 From: Alexandr Alexeenko Date: Tue, 2 Jul 2024 23:08:15 +0300 Subject: [PATCH] Update ci: add distribution --- .github/workflows/ci-android.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-android.yml b/.github/workflows/ci-android.yml index a6150b8..0f9c309 100644 --- a/.github/workflows/ci-android.yml +++ b/.github/workflows/ci-android.yml @@ -19,6 +19,7 @@ jobs: - name: Set up JDK and Gradle cache uses: actions/setup-java@v3 with: + distribution: 'temurin' java-version: '17' - name: Setup Android SDK