Skip to content

Commit 5417597

Browse files
authored
Add FOUNDRY_DIR variable to local-network workflow
Added FOUNDRY_DIR environment variable to the workflow.
1 parent 6874511 commit 5417597

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/local-network.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
env:
1919
AZTEC_ENV: local-network
2020
AZTEC_VERSION: 4.0.0-devnet.2-patch.1
21+
FOUNDRY_DIR: "$HOME/.foundry"
2122

2223
steps:
2324
- name: Checkout repository
@@ -35,7 +36,7 @@ jobs:
3536
- name: Install Aztec CLI
3637
run: |
3738
INSTALL_URL="https://install.aztec.network/${{ env.AZTEC_VERSION }}/"
38-
FOUNDRY_DIR="$HOME/.foundry" curl -sL $INSTALL_URL > tmp.sh
39+
curl -sL $INSTALL_URL > tmp.sh
3940
VERSION=${{ env.AZTEC_VERSION }} bash tmp.sh <<< yes "yes"
4041
4142
- name: Update path

0 commit comments

Comments
 (0)