development/rust: don't modify the path
In the automated install, the default is to automatically append to the user's profile file. I already have a check in my profile, and I don't want to duplicate this.
This commit is contained in:
parent
65af861397
commit
d9c772a76d
|
@ -238,7 +238,7 @@
|
||||||
|
|
||||||
- name: install rust/cargo
|
- name: install rust/cargo
|
||||||
when: (dev_rust or dev_full) and (cargo_exists is failed)
|
when: (dev_rust or dev_full) and (cargo_exists is failed)
|
||||||
shell: /tmp/sh.rustup.rs -y
|
shell: /tmp/sh.rustup.rs -y --no-modify-path
|
||||||
|
|
||||||
|
|
||||||
## AI/ML stuff
|
## AI/ML stuff
|
||||||
|
|
Loading…
Reference in New Issue