Skip to content

Commit d0ca438

Browse files
authored
Merge pull request #1544 from cryspen/W95Psp-patch-2
fix(setup.sh): install Rust engine
2 parents 0397678 + bb58e49 commit d0ca438

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)