We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bf6c32 commit 573452dCopy full SHA for 573452d
.github/workflows/local-network.yaml
@@ -35,15 +35,11 @@ jobs:
35
- name: Install Aztec CLI
36
run: |
37
curl -s https://install.aztec.network > tmp.sh
38
- bash tmp.sh <<< yes "yes"
+ VERSION=${{ env.AZTEC_VERSION }} bash tmp.sh <<< yes "yes"
39
40
- name: Update path
41
run: echo "/home/runner/.aztec/bin" >> $GITHUB_PATH
42
43
- - name: Set Aztec version
44
- run: |
45
- VERSION=${{ env.AZTEC_VERSION }} aztec-up
46
-
47
# This is a temporary hack to fix a problem with v3 releases.
48
- name: Manually tag the aztec version as `latest`
49
0 commit comments