Update .gitea/workflows/build-android.yaml
Build Custom Bluesky APK / build-android (push) Failing after 2m0s
Build Custom Bluesky APK / build-android (push) Failing after 2m0s
This commit is contained in:
@@ -28,19 +28,11 @@ jobs:
|
||||
- name: Install Android SDK Dependencies
|
||||
uses: android-actions/setup-android@v3
|
||||
|
||||
- name: Set up Node.js Environment
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
|
||||
- name: Enable Yarn via Corepack
|
||||
run: corepack enable && corepack prepare yarn@stable --activate
|
||||
|
||||
- name: Install Android SDK Dependencies
|
||||
uses: android-actions/setup-android@v3
|
||||
- name: Enable Corepack
|
||||
run: corepack enable
|
||||
|
||||
- name: Install Project Dependencies
|
||||
run: yarn install --frozen-lockfile
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Inject Private Firebase Configuration
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user