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:
|
when:
|
||||||
- rust_extras == true
|
- rust_extras == true
|
||||||
|
|
||||||
- name: Install rls
|
- name: Install rust-analyzer
|
||||||
shell: ~/.cargo/bin/rustup component add rls-preview rust-analysis rust-src
|
shell: ~/.cargo/bin/rustup --toolchain nightly component add rust-analyzer-preview
|
||||||
args:
|
|
||||||
creates: ~/.cargo/bin/rls
|
|
||||||
when:
|
when:
|
||||||
- rust_extras == true
|
- rust_extras == true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue