Skip to content

Commit bb58e49

Browse files
authored
fix(setup.sh): install Rust engine
1 parent 0397678 commit bb58e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ ensure_node_is_recent_enough() {
8181

8282
# Installs the Rust CLI & frontend, providing `cargo-hax` and `driver-hax`
8383
install_rust_binaries() {
84-
for i in driver subcommands ../engine/names/extract; do
84+
for i in driver subcommands ../engine/names/extract ../rust-engine; do
8585
(
8686
set -x
8787
cargo install --locked --force --path "cli/$i"

0 commit comments

Comments
 (0)