Skip to content

Commit 393fd80

Browse files
committed
.
1 parent 3c0844d commit 393fd80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

noir/bootstrap.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ function install_deps {
137137
if ! command -v just &>/dev/null; then
138138
cargo-binstall just --version 1.42.4 -y --secure
139139
fi
140-
just --justfile ./noir-repo/justfile install-tools
140+
just --justfile ./noir-repo/justfile install-rust-tools
141+
just --justfile ./noir-repo/justfile install-js-tools
141142
}
142143

143144
export -f build_native build_packages noir_content_hash install_deps

0 commit comments

Comments
 (0)