Skip to content

Commit 1284f5f

Browse files
committed
fix: update Aztec CLI installation script to use dynamic versioning
1 parent aa81add commit 1284f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/local-network.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Install Aztec CLI
3636
run: |
37-
curl -s https://install.aztec.network/devnet > tmp.sh
37+
curl -s https://install.aztec.network/$VERSION > tmp.sh
3838
bash tmp.sh <<< yes "yes"
3939
4040
- name: Update path

0 commit comments

Comments
 (0)