Skip to content

Commit 573452d

Browse files
committed
update version
1 parent 9bf6c32 commit 573452d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/local-network.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,11 @@ jobs:
3535
- name: Install Aztec CLI
3636
run: |
3737
curl -s https://install.aztec.network > tmp.sh
38-
bash tmp.sh <<< yes "yes"
38+
VERSION=${{ env.AZTEC_VERSION }} 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
44-
run: |
45-
VERSION=${{ env.AZTEC_VERSION }} aztec-up
46-
4743
# This is a temporary hack to fix a problem with v3 releases.
4844
- name: Manually tag the aztec version as `latest`
4945
run: |

0 commit comments

Comments
 (0)