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.
1 parent db8840a commit 3c0844dCopy full SHA for 3c0844d
noir/bootstrap.sh
@@ -137,7 +137,7 @@ function install_deps {
137
if ! command -v just &>/dev/null; then
138
cargo-binstall just --version 1.42.4 -y --secure
139
fi
140
- just --justfile ./noir-repo/justfile install-rust-tools
+ just --justfile ./noir-repo/justfile install-tools
141
}
142
143
export -f build_native build_packages noir_content_hash install_deps
0 commit comments