Skip to content

Commit 6874511

Browse files
authored
Update Aztec CLI installation command
1 parent 3ffca7d commit 6874511

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/local-network.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install Aztec CLI
3636
run: |
3737
INSTALL_URL="https://install.aztec.network/${{ env.AZTEC_VERSION }}/"
38-
curl -sL $INSTALL_URL > tmp.sh
38+
FOUNDRY_DIR="$HOME/.foundry" curl -sL $INSTALL_URL > tmp.sh
3939
VERSION=${{ env.AZTEC_VERSION }} bash tmp.sh <<< yes "yes"
4040
4141
- name: Update path

0 commit comments

Comments
 (0)