switch to stable rust by default
parent
c85848e78d
commit
f036d8da3e
|
@ -91,7 +91,7 @@
|
||||||
creates: /usr/local/bin/powerline-go-1.11.0
|
creates: /usr/local/bin/powerline-go-1.11.0
|
||||||
- name: install rustup
|
- name: install rustup
|
||||||
become: no
|
become: no
|
||||||
shell: curl -o t.sh https://sh.rustup.rs -sSf && chmod 700 t.sh && ./t.sh --no-modify-path --verbose -y --default-toolchain nightly && rm -f t.sh
|
shell: curl -o t.sh https://sh.rustup.rs -sSf && chmod 700 t.sh && ./t.sh --no-modify-path --verbose -y --default-toolchain stable && rm -f t.sh
|
||||||
args:
|
args:
|
||||||
creates: ~/.cargo/bin/rustup
|
creates: ~/.cargo/bin/rustup
|
||||||
- name: install kerl
|
- name: install kerl
|
||||||
|
|
Reference in New Issue