Skip to content

Fix Android workflow: setup-android packages format + refresh lockfile#26

Merged
HiLleywyn merged 1 commit into
mainfrom
claude/fix-ui-ux-multidevice-4GV0U
May 9, 2026
Merged

Fix Android workflow: setup-android packages format + refresh lockfile#26
HiLleywyn merged 1 commit into
mainfrom
claude/fix-ui-ux-multidevice-4GV0U

Conversation

@HiLleywyn
Copy link
Copy Markdown
Owner

No description provided.

* android-actions/setup-android@v3 expects `packages` as a single
  space-separated string. The heredoc form was silently being treated
  as one package id, so the SDK install never ran. Switched the
  Capacitor and Tauri-mobile workflows to the documented inline form.
* pnpm-lock.yaml was missing the new apps/mobile workspace deps
  (Capacitor 6 + plugins) so the CI `pnpm install --frozen-lockfile`
  was failing before any build started. Refreshed via
  `pnpm install --lockfile-only`.
@HiLleywyn HiLleywyn merged commit 9dfad29 into main May 9, 2026
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants