mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 14:16:47 +00:00
在github workflow的工具链配置文件里面添加rust-src组件 (#400)
This commit is contained in:
parent
9e9ffedfc5
commit
6abb8bd7c0
2
.github/workflows/cache-toolchain.yml
vendored
2
.github/workflows/cache-toolchain.yml
vendored
@ -52,6 +52,8 @@ jobs:
|
||||
rustup component add llvm-tools-preview
|
||||
rustup target add x86_64-unknown-none
|
||||
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
|
||||
rustup component add rust-src --toolchain nightly-2023-01-21-x86_64-unknown-linux-gnu
|
||||
rustup component add rust-src --toolchain nightly-2023-08-15-x86_64-unknown-linux-gnu
|
||||
rustup component add rustfmt
|
||||
rustup component add rustfmt --toolchain nightly-2023-01-21-x86_64-unknown-linux-gnu
|
||||
rustup component add rustfmt --toolchain nightly-2023-08-15-x86_64-unknown-linux-gnu
|
||||
|
Loading…
x
Reference in New Issue
Block a user