Skip to content

Commit c7555f4

Browse files
committed
fix: update Aztec CLI installation script to remove version from URL and clarify local network startup
1 parent 1854a02 commit c7555f4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/local-network.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,15 @@ jobs:
3434

3535
- name: Install Aztec CLI
3636
run: |
37-
curl -s https://install.aztec.network/${{ env.VERSION }} > tmp.sh
37+
curl -s https://install.aztec.network > tmp.sh
3838
bash tmp.sh <<< yes "yes"
3939
4040
- name: Update path
4141
run: echo "/home/runner/.aztec/bin" >> $GITHUB_PATH
4242

43-
- name: Start local network
43+
- name: Set Aztec version and start local network
4444
run: |
45+
VERSION=${{ env.VERSION }} aztec-up
4546
aztec start --local-network &
4647
4748
- name: Wait for local network to be ready

0 commit comments

Comments
 (0)