Update .gitea/workflows/build-android.yaml
Build Custom Bluesky APK / build-android (push) Failing after 7m53s
Build Custom Bluesky APK / build-android (push) Failing after 7m53s
This commit is contained in:
@@ -35,7 +35,10 @@ jobs:
|
|||||||
run: pnpm install --frozen-lockfile
|
run: pnpm install --frozen-lockfile
|
||||||
|
|
||||||
- name: Install EAS CLI
|
- name: Install EAS CLI
|
||||||
run: pnpm add -g eas-cli
|
run: |
|
||||||
|
pnpm config set global-bin-dir /root/.local/share/pnpm/bin
|
||||||
|
echo "/root/.local/share/pnpm/bin" >> "$GITHUB_PATH"
|
||||||
|
pnpm add -g eas-cli
|
||||||
|
|
||||||
- name: Inject Private Firebase Configuration
|
- name: Inject Private Firebase Configuration
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user