Update .gitea/workflows/build-android.yaml
Build Custom Bluesky APK / build-android (push) Failing after 7m53s

This commit is contained in:
2026-09-08 01:09:20 +00:00
parent a76b60991e
commit 167fae0180
+4 -1
View File
@@ -35,7 +35,10 @@ jobs:
run: pnpm install --frozen-lockfile
- 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
run: |