Skip to content

Commit

Permalink
Use Java 17 in android-ci and android-release
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers committed Oct 9, 2024
1 parent 53d54f4 commit 90338bf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@ jobs:
with:
submodules: recursive
fetch-depth: 0


- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'

- name: Cache node modules
uses: actions/cache@v3
env:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
submodules: recursive
fetch-depth: 0

- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'

- name: Ensure source code revision
run: scripts/ensure-code-revision.sh
working-directory: platform/android
Expand Down

0 comments on commit 90338bf

Please sign in to comment.