mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Install llvm-tools-preview rustup component
This commit is contained in:
@@ -55,8 +55,8 @@ steps:
|
|||||||
displayName: 'Print Rust Version'
|
displayName: 'Print Rust Version'
|
||||||
continueOnError: true
|
continueOnError: true
|
||||||
|
|
||||||
- script: rustup component add rust-src
|
- script: rustup component add rust-src llvm-tools-preview
|
||||||
displayName: 'Install Rustup Src Component'
|
displayName: 'Install Rustup Components'
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
cargo install cargo-xbuild --debug
|
cargo install cargo-xbuild --debug
|
||||||
|
|||||||
Reference in New Issue
Block a user