Skip to content

Commit

Permalink
fix: move cli install to just file
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Oct 27, 2023
1 parent b70175e commit 94447e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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` } }}

Expand Down

0 comments on commit 94447e3

Please sign in to comment.