Open
Conversation
Both CI runs fail at the Format check step in <1 second, indicating mise exec cannot resolve the Rust toolchain in GitHub Actions. Replace jdx/mise-action with dtolnay/rust-toolchain (explicit rustfmt + clippy components) and taiki-e/install-action for cargo-nextest. Run cargo commands directly instead of through mise exec. https://claude.ai/code/session_01AZBxjtV52PyX3rbNKEv1Q8
The previous push trigger was restricted to main only, so feature branch pushes never got CI feedback. Broadened to all branches and added workflow_dispatch for manual runs. https://claude.ai/code/session_01AZBxjtV52PyX3rbNKEv1Q8
Configure cargo-dist (v0.30.3) to build platform-specific release tarballs and auto-generate homebrew formula files pushed to kulesh/homebrew-tap. Targets: aarch64-apple-darwin, x86_64-apple-darwin, aarch64-unknown-linux-gnu, x86_64-unknown-linux-gnu. Release flow: push a semver tag (e.g. v0.1.0) → release.yml builds all targets → creates GitHub Release → publishes canopy.rb formula to the tap. Users install via `brew install kulesh/tap/canopy`. Requires HOMEBREW_TAP_TOKEN secret with repo scope for tap push. https://claude.ai/code/session_01AZBxjtV52PyX3rbNKEv1Q8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.