Skip to content

Commit

Permalink
chore: add java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Apr 9, 2024
1 parent 277899e commit fb07707
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ jobs:
- name: Setup
uses: ./.github/actions/ci-setup

- name: Install Java 17
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
architecture: x86_64
cache: 'gradle'

- name: Cache Gradle
uses: actions/cache@v3
with:
Expand Down

0 comments on commit fb07707

Please sign in to comment.