Fix other-repos.sh (#2172)

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
Jiahao XU 2025-05-31 01:35:50 +10:00 committed by GitHub
parent 4d079e741d
commit 6da8b0e167
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,11 +27,11 @@ export PATH="$CARGO_HOME/bin:$PATH"
# #
## Test that the installed binaries can be run ## Test that the installed binaries can be run
#cargo binstall --help >/dev/null #cargo binstall --help >/dev/null
#
cargo_binstall_version="$(cargo binstall -V)" #cargo_binstall_version="$(cargo binstall -V)"
echo "$cargo_binstall_version" #echo "$cargo_binstall_version"
#
[ "$cargo_binstall_version" = "cargo-binstall 0.12.0" ] #[ "$cargo_binstall_version" = "cargo-binstall 0.12.0" ]
# Test default Github pkg-url templates, # Test default Github pkg-url templates,
# with bin-dir provided # with bin-dir provided