From dec3b43bd7d0515a7e1242f99447e0d73227966b Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Sun, 26 May 2024 20:06:43 -0400 Subject: [PATCH] Don't install locked deps --- config/scripts/install-helix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/scripts/install-helix.sh b/config/scripts/install-helix.sh index fadfc6d..27458a4 100644 --- a/config/scripts/install-helix.sh +++ b/config/scripts/install-helix.sh @@ -11,7 +11,7 @@ git clone https://github.com/helix-editor/helix.git cd helix RUSTFLAGS="-C target-feature=-crt-static" -cargo install --path helix-term --locked +cargo install --path helix-term mkdir -p /out/ mv $CARGO_HOME/bin/hx /out/hx