mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-14 14:46:37 +00:00
Fix other-repos.sh
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
d0d04af59f
commit
4d079e741d
1 changed files with 3 additions and 3 deletions
|
@ -24,9 +24,9 @@ export PATH="$CARGO_HOME/bin:$PATH"
|
|||
# --no-confirm \
|
||||
# --disable-strategies compile \
|
||||
# cargo-binstall
|
||||
|
||||
# Test that the installed binaries can be run
|
||||
cargo binstall --help >/dev/null
|
||||
#
|
||||
## Test that the installed binaries can be run
|
||||
#cargo binstall --help >/dev/null
|
||||
|
||||
cargo_binstall_version="$(cargo binstall -V)"
|
||||
echo "$cargo_binstall_version"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue