You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix CI workflows: add required toolchain parameter to Rust installation steps
The dtolnay/rust-toolchain action requires an explicit 'toolchain' input parameter.
Added 'toolchain: stable' to all Rust toolchain installation steps in both
deploy-pr-preview.yml and build-test-push.yml workflows to resolve the
"'toolchain' is a required input" error that was causing lint jobs to fail.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments