chore: 添加 Java 环境配置以支持 EAS 本地构建
Some checks failed
Expo Local Build APK / build-apk (push) Has been cancelled
Some checks failed
Expo Local Build APK / build-apk (push) Has been cancelled
This commit is contained in:
@@ -25,6 +25,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
|
|
||||||
|
- name: Setup Java
|
||||||
|
uses: actions/setup-java@v3
|
||||||
|
with:
|
||||||
|
java-version: '17'
|
||||||
|
distribution: 'temurin'
|
||||||
|
|
||||||
- name: Install Expo CLI & EAS CLI
|
- name: Install Expo CLI & EAS CLI
|
||||||
run: pnpm add -g expo-cli eas-cli
|
run: pnpm add -g expo-cli eas-cli
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user