File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -131,13 +131,13 @@ function build_packages {
131131function install_deps {
132132 set -euo pipefail
133133 # TODO: Move to build image?
134- ./noir-repo/.github/scripts/wasm-bindgen-install.sh
135134 if ! command -v cargo-binstall & > /dev/null; then
136135 curl -L --proto ' =https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
137136 fi
138- if ! command -v cargo-nextest & > /dev/null; then
139- cargo-binstall cargo-nextest --version 0.9.67 -y --secure
137+ if ! command -v just & > /dev/null; then
138+ cargo-binstall just --version 1.42.4 -y --secure
140139 fi
140+ just --justfile ./noir-repo/justfile install-rust-tools
141141}
142142
143143export -f build_native build_packages noir_content_hash install_deps
You can’t perform that action at this time.
0 commit comments