Install proper rust toolchain

This commit is contained in:
Gerald Pinder
2025-03-04 17:45:30 -05:00
parent 410403d9c7
commit 8cd6d24497

View File

@@ -10,6 +10,8 @@ cd /src/
git clone https://github.com/helix-editor/helix.git
cd helix
rustup toolchain install 1.76.0-x86_64-unknown-linux-gnu
export HELIX_DEFAULT_RUNTIME=/usr/lib/helix/runtime
cargo build --profile opt --locked