Skip to content

Commit fe9b562

Browse files
authored
fix: ci android setup potential fix
1 parent eb94b4f commit fe9b562

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
env:
5959
TURBO_CACHE_DIR: .turbo/android
6060
ANDROID_HOME: /usr/local/lib/android/sdk
61-
JAVA_HOME: /usr/lib/jvm/zulu-11-amd64
61+
JAVA_HOME: /usr/lib/jvm/zulu-17-amd64
6262
steps:
6363
- name: Checkout
6464
uses: actions/checkout@v4
@@ -87,7 +87,7 @@ jobs:
8787
uses: actions/setup-java@v4
8888
with:
8989
distribution: 'zulu'
90-
java-version: '11'
90+
java-version: '17'
9191

9292
- name: Set up Android SDK
9393
if: env.turbo_cache_hit != 1

0 commit comments

Comments
 (0)