Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/local-network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ jobs:
node-version: "22"
cache: "yarn"

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Install Aztec CLI
run: |
echo "FOUNDRY_DIR=$HOME/.foundry" >> $GITHUB_ENV
export FOUNDRY_DIR="$HOME/.foundry"
INSTALL_URL="https://install.aztec.network/${{ env.AZTEC_VERSION }}/"
curl -sL $INSTALL_URL > tmp.sh
VERSION=${{ env.AZTEC_VERSION }} bash tmp.sh <<< yes "yes"
Expand Down