remove nightly compiler install
parent
aeba65e283
commit
143d35d96b
2
rust.yml
2
rust.yml
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- name: install rustup
|
||||
command: /usr/bin/env bash -c "curl -sSf -o rustup_init https://sh.rustup.rs && /usr/bin/env bash rustup_init --no-modify-path --verbose -y --default-toolchain stable && rm -f rustup_init && source ~/.cargo/env && rustup install nightly"
|
||||
command: /usr/bin/env bash -c "curl -sSf -o rustup_init https://sh.rustup.rs && /usr/bin/env bash rustup_init --no-modify-path --verbose -y --default-toolchain stable && rm -f rustup_init"
|
||||
args:
|
||||
warn: False
|
||||
creates: "{{ ansible_env.HOME }}/.cargo/bin/rustup"
|
||||
|
|
Reference in New Issue