Skip to content

Commit aa81add

Browse files
committed
fix: update Aztec CLI installation URL and streamline local network startup
1 parent a54ff23 commit aa81add

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/local-network.yaml

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

3535
- name: Install Aztec CLI
3636
run: |
37-
curl -s https://install.aztec.network > tmp.sh
37+
curl -s https://install.aztec.network/devnet > 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: Set Aztec version and start local network
43+
- name: Start local network
4444
run: |
45-
VERSION=${{ env.VERSION }} aztec-up
4645
aztec start --local-network &
4746
4847
- name: Wait for local network to be ready

0 commit comments

Comments
 (0)