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
- Add Rust toolchain installation step to go-ci.yml and go-release.yml
- Ensures cargo is available when no rust-v* releases exist yet
- Fixes CI failures on Windows and other platforms during initial setup
- Removes unnecessary apt-get install cargo from Linux fallback
This allows the workflows to build the Rust library locally when no
rust-v* tagged releases are available, which is the case for new
branches and initial project setup.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments