From a91048d5a772e3ea54bb6230ea94b8fa7366dbc6 Mon Sep 17 00:00:00 2001 From: Jan Heinrich Reimer Date: Tue, 5 Mar 2024 00:51:42 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbe8270..3b2a8da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,8 +14,9 @@ jobs: - name: 🧰 Install JDK uses: actions/setup-java@v4 with: - java-version: 11 - java-package: jdk + java-version: "17" + distribution: temurin + cache: gradle - name: 🧰 Install Android SDK uses: malinskiy/action-android/install-sdk@release/0.1.6 with: