Skip to content

Make build-tools-version optional and fix check-dist CI failure#705

Merged
amyu merged 2 commits intomainfrom
copilot/fix-android-actions-failure
Mar 11, 2026
Merged

Make build-tools-version optional and fix check-dist CI failure#705
amyu merged 2 commits intomainfrom
copilot/fix-android-actions-failure

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 11, 2026

PR #704 was failing check-dist because the committed dist/ didn't match what npm run all produces from the updated source — the dist was never rebuilt after the source changes.

Changes

  • action.yml: Removed hardcoded default "35.0.0" for build-tools-version; input is now fully optional
  • src/installer.ts: Skip build-tools installation when buildToolsVersion is empty, with appropriate log messages for each path
  • src/summary.ts: Added formatList/formatValue helpers to render "Not specified" for unset optional fields in the job summary
  • dist/: Rebuilt via npm run all to match the updated source

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: amyu <5638112+amyu@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failure in Android actions workflow Make build-tools-version optional and fix check-dist CI failure Mar 11, 2026
Copilot finished work on behalf of amyu March 11, 2026 11:03
@amyu amyu marked this pull request as ready for review March 11, 2026 11:04
@amyu amyu self-requested a review as a code owner March 11, 2026 11:04
@amyu amyu merged commit 5ac8b5f into main Mar 11, 2026
35 checks passed
@amyu amyu deleted the copilot/fix-android-actions-failure branch March 11, 2026 11:18
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