提交 a2f3dc34 编写于 作者: chyyuu1972's avatar chyyuu1972

udpate rust-toolchain: nightly-2022-07-20, cargo-utils 0.36

上级 da13d093
......@@ -13,7 +13,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-04-11
toolchain: nightly-2022-07-20
components: rust-src, llvm-tools-preview
target: riscv64gc-unknown-none-elf
- name: Build doc
......@@ -32,7 +32,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-04-11
toolchain: nightly-2022-07-20
components: rust-src, llvm-tools-preview
target: riscv64gc-unknown-none-elf
- uses: actions-rs/install@v0.1
......
......@@ -51,7 +51,7 @@ endif
env:
(rustup target list | grep "riscv64gc-unknown-none-elf (installed)") || rustup target add $(TARGET)
cargo install cargo-binutils --vers =0.3.3
cargo install cargo-binutils
rustup component add rust-src
rustup component add llvm-tools-preview
......
[toolchain]
profile = "minimal"
channel = "nightly-2022-07-20"
components = ["rust-src", "llvm-tools-preview", "rustfmt", "clippy"]
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册