mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-13 22:26:37 +00:00
Fix other-repos.sh (#2172)
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
4d079e741d
commit
6da8b0e167
1 changed files with 5 additions and 5 deletions
|
@ -27,11 +27,11 @@ export PATH="$CARGO_HOME/bin:$PATH"
|
|||
#
|
||||
## Test that the installed binaries can be run
|
||||
#cargo binstall --help >/dev/null
|
||||
|
||||
cargo_binstall_version="$(cargo binstall -V)"
|
||||
echo "$cargo_binstall_version"
|
||||
|
||||
[ "$cargo_binstall_version" = "cargo-binstall 0.12.0" ]
|
||||
#
|
||||
#cargo_binstall_version="$(cargo binstall -V)"
|
||||
#echo "$cargo_binstall_version"
|
||||
#
|
||||
#[ "$cargo_binstall_version" = "cargo-binstall 0.12.0" ]
|
||||
|
||||
# Test default Github pkg-url templates,
|
||||
# with bin-dir provided
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue