fix specific-binaries.sh: relax no-compile

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
Jiahao XU 2025-06-10 21:11:07 +10:00 committed by GitHub
parent d93dc7a3b0
commit 4750f54e6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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