From 94447e318e86212713502e2d1598d507ae499729 Mon Sep 17 00:00:00 2001 From: Willem Wyndham Date: Fri, 27 Oct 2023 10:21:00 -0400 Subject: [PATCH] fix: move cli install to just file --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index afe3890..ccee7c9 100644 --- a/justfile +++ b/justfile @@ -56,7 +56,7 @@ setup_default: -soroban config identity generate default --config-dir $CONFIG_DIR @setup: - echo {{ if path_exists(soroban) == "true" { "" } else { `cargo install_soroban` } }} + cargo binstall -y --install-path ./target/bin soroban-cli --version 20.0.0-rc.4.1 echo {{ if path_exists(loam) == "true" { "" } else { `cargo install_loam` } }} echo {{ if path_exists(env_var('CONFIG_DIR') / '.soroban/identity/default.toml') == "true" { "" } else { `just setup_default` } }}