Skip to content

Commit

Permalink
fix: install aztec-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed May 2, 2024
1 parent ef2589a commit dec9ed2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aztec-up/bin/aztec-install
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ if [ -z "${SKIP_PULL:-}" ]; then
info "Pulling aztec version $VERSION..."
pull_container aztec
pull_container noir
pull_container aztec-builder
fi

# Download the Docker Compose file. Used by aztec.
Expand All @@ -124,6 +125,7 @@ install_bin aztec
install_bin aztec-sandbox
install_bin aztec-up
install_bin aztec-nargo
install_bin aztec-builder

function update_path_env_var {
TARGET_DIR="${1}"
Expand Down

0 comments on commit dec9ed2

Please sign in to comment.