Skip to content

Commit

Permalink
Update JDK Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Dec 2, 2023
1 parent fd04d7d commit 0c53ab3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ jobs:
- uses: actions/checkout@v2

- name: Setup JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 11
cache: gradle

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/validate-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@ jobs:
working-directory: ./android
steps:
- uses: actions/checkout@v2

- name: Setup JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 11
cache: gradle

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down

0 comments on commit 0c53ab3

Please sign in to comment.