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): explicitly specify stable toolchain for clippy and doc checks
The workflow was failing because installing both stable and nightly
toolchains in the same job caused clippy to run with nightly by default
(the last installed toolchain becomes default).
Fixed by explicitly using +stable for clippy and doc commands, matching
the existing +nightly syntax for rustfmt.
Resolves GitHub Actions run #19350466507
0 commit comments