Skip to content

Commit

Permalink
在github workflow的工具链配置文件里面添加rust-src组件 (DragonOS-Community#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
fslongjin authored Oct 8, 2023
1 parent 9e9ffed commit 6abb8bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cache-toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6abb8bd

Please sign in to comment.