chore: 添加 Java 和 Android SDK 设置步骤,更新构建命令以支持本地构建
Some checks failed
/ build (push) Has been cancelled
Some checks failed
/ build (push) Has been cancelled
This commit is contained in:
@@ -23,6 +23,15 @@ jobs:
|
|||||||
- name: 📦 Install dependencies
|
- name: 📦 Install dependencies
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|
||||||
|
- name: 🏗 Setup Java
|
||||||
|
uses: actions/setup-java@v3
|
||||||
|
with:
|
||||||
|
distribution: 'temurin'
|
||||||
|
java-version: '17'
|
||||||
|
|
||||||
|
- name: 🏗 Setup Android SDK
|
||||||
|
uses: android-actions/setup-android@v3
|
||||||
|
|
||||||
- name: 🏗 Setup EAS
|
- name: 🏗 Setup EAS
|
||||||
uses: expo/expo-github-action@v8
|
uses: expo/expo-github-action@v8
|
||||||
with:
|
with:
|
||||||
@@ -31,4 +40,4 @@ jobs:
|
|||||||
packager: pnpm
|
packager: pnpm
|
||||||
|
|
||||||
- name: 🚀 Build app
|
- name: 🚀 Build app
|
||||||
run: eas build --non-interactive
|
run: eas build --platform android --local --non-interactive
|
||||||
Reference in New Issue
Block a user