From ac606d534ecf9ab7c9382bdc2897de99ddc25980 Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Mon, 10 May 2021 13:12:52 -0400 Subject: [PATCH] add just --- rust.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rust.yml b/rust.yml index 7fadd5c..7be8e38 100644 --- a/rust.yml +++ b/rust.yml @@ -98,6 +98,11 @@ args: 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 command: cargo install kondo args: