Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker authored Mar 4, 2024
1 parent e56d32f commit a91048d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a91048d

Please sign in to comment.