Skip to content

Commit

Permalink
[Github Actions] Change: setup-java in build anroid
Browse files Browse the repository at this point in the history
  • Loading branch information
guhungry committed Feb 21, 2024
1 parent c6a4ad0 commit 385dcb1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-and-rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@ jobs:
with:
node-version: '20.11.0'

- name: Setup java
uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '19'

- name: Restore cache yarn
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 385dcb1

Please sign in to comment.