Fix other-repos.sh

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

View file

@ -24,9 +24,9 @@ export PATH="$CARGO_HOME/bin:$PATH"
# --no-confirm \ # --no-confirm \
# --disable-strategies compile \ # --disable-strategies compile \
# cargo-binstall # cargo-binstall
#
# 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"