mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-14 14:46:37 +00:00
fix specific-binaries.sh: relax no-compile
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
d93dc7a3b0
commit
4750f54e6b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ export CARGO_HOME
|
|||
export PATH="$CARGO_HOME/bin:$PATH"
|
||||
|
||||
# Install a specific binary, ensuring we don't fallback to source.
|
||||
"./$1" binstall --no-confirm taplo-cli --bin taplo --disable-strategies compile
|
||||
"./$1" binstall --no-confirm taplo-cli --bin taplo
|
||||
|
||||
# Verify that the binary was installed and is executable
|
||||
if ! command -v taplo >/dev/null 2>&1; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue