Commit 6cf7788
fix(ci): use fully qualified MSVC toolchain name on Windows
RUSTUP_TOOLCHAIN=nightly-2026-02-09 is ambiguous — rustup resolves it
using the default host triple, which gets reset to GNU by the
setup-rust-toolchain action's rustup-init reading a stale system-level
settings file. Use the fully qualified name with -x86_64-pc-windows-msvc
suffix on Windows to eliminate the ambiguity.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent e37e52e commit 6cf7788
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments