We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1854a02 commit c7555f4Copy full SHA for c7555f4
.github/workflows/local-network.yaml
@@ -34,14 +34,15 @@ jobs:
34
35
- name: Install Aztec CLI
36
run: |
37
- curl -s https://install.aztec.network/${{ env.VERSION }} > tmp.sh
+ curl -s https://install.aztec.network > tmp.sh
38
bash tmp.sh <<< yes "yes"
39
40
- name: Update path
41
run: echo "/home/runner/.aztec/bin" >> $GITHUB_PATH
42
43
- - name: Start local network
+ - name: Set Aztec version and start local network
44
45
+ VERSION=${{ env.VERSION }} aztec-up
46
aztec start --local-network &
47
48
- name: Wait for local network to be ready
0 commit comments