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'
|
||||
continueOnError: true
|
||||
|
||||
- script: rustup component add rust-src
|
||||
displayName: 'Install Rustup Src Component'
|
||||
- script: rustup component add rust-src llvm-tools-preview
|
||||
displayName: 'Install Rustup Components'
|
||||
|
||||
- script: |
|
||||
cargo install cargo-xbuild --debug
|
||||
|
||||
Reference in New Issue
Block a user