We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0397678 + bb58e49 commit d0ca438Copy full SHA for d0ca438
setup.sh
@@ -81,7 +81,7 @@ ensure_node_is_recent_enough() {
81
82
# Installs the Rust CLI & frontend, providing `cargo-hax` and `driver-hax`
83
install_rust_binaries() {
84
- for i in driver subcommands ../engine/names/extract; do
+ for i in driver subcommands ../engine/names/extract ../rust-engine; do
85
(
86
set -x
87
cargo install --locked --force --path "cli/$i"
0 commit comments