add just
parent
cd46c2a8c5
commit
ac606d534e
5
rust.yml
5
rust.yml
|
@ -98,6 +98,11 @@
|
||||||
args:
|
args:
|
||||||
creates: "{{ ansible_env.HOME }}/.cargo/bin/hyperfine"
|
creates: "{{ ansible_env.HOME }}/.cargo/bin/hyperfine"
|
||||||
|
|
||||||
|
- name: install just
|
||||||
|
command: cargo install just
|
||||||
|
args:
|
||||||
|
creates: "{{ ansible_env.HOME }}/.cargo/bin/just"
|
||||||
|
|
||||||
- name: install kondo
|
- name: install kondo
|
||||||
command: cargo install kondo
|
command: cargo install kondo
|
||||||
args:
|
args:
|
||||||
|
|
Reference in New Issue