Commit 0ba416f
fix(ci): install rustfmt component for the pinned toolchain
The old `rustup toolchain install stable` was a no-op because runners
preinstall stable with rustfmt included. The pinned 1.96.1 toolchain is
a fresh install under the runner's minimal rustup profile, which has no
rustfmt, so `cargo fmt --check` failed. Add it alongside
llvm-tools-preview in the test job's install step.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 39c5b0b commit 0ba416f
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
163 | | - | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
164 | 168 | | |
165 | 169 | | |
166 | 170 | | |
| |||
0 commit comments