Added rust-analyzer for nightly
This commit is contained in:
parent
ea1263e2a3
commit
f3cfce2fc4
1 changed files with 2 additions and 4 deletions
|
@ -51,10 +51,8 @@
|
|||
when:
|
||||
- rust_extras == true
|
||||
|
||||
- name: Install rls
|
||||
shell: ~/.cargo/bin/rustup component add rls-preview rust-analysis rust-src
|
||||
args:
|
||||
creates: ~/.cargo/bin/rls
|
||||
- name: Install rust-analyzer
|
||||
shell: ~/.cargo/bin/rustup --toolchain nightly component add rust-analyzer-preview
|
||||
when:
|
||||
- rust_extras == true
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue