Commit c1a2b8d
committed
setup: fix toolchain installation error
`cargo --version` is used to trigger the Rust toolchain
installation but does not work currently and fails with the error:
"error: toolchain 'nightly-....'is not installed"
Use the `rustup toolchain install` instead.
Signed-off-by: Yuan Zhuang <yuanz@apache.org>1 parent ece214b commit c1a2b8d
1 file changed
+2
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 38 | + | |
| 39 | + | |
44 | 40 | | |
45 | 41 | | |
46 | 42 | | |
| |||
0 commit comments