Skip to content

Commit

Permalink
👷 avoid to install cargo-binstall from source
Browse files Browse the repository at this point in the history
  • Loading branch information
davidB committed Jan 18, 2024
1 parent af1ceb0 commit 54eeaeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ default:
@just --list --unsorted

_install_cargo-binstall:
cargo install cargo-binstall
# cargo install cargo-binstall
cargo binstall -V || curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash

_install_cargo-nextest: _install_cargo-binstall
cargo binstall cargo-nextest -y
Expand Down

0 comments on commit 54eeaeb

Please sign in to comment.