Skip to content

Commit 2e378ea

Browse files
committed
install correct version
1 parent 1551bdf commit 2e378ea

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,19 @@ jobs:
3636
- name: Install dependencies
3737
run: yarn install --immutable
3838

39+
- name: Set Aztec version
40+
run: |
41+
VERSION=$(jq -r '.dependencies["@aztec/aztec.js"]' package.json)
42+
aztec-up install $VERSION
43+
3944
- name: Install Aztec CLI
4045
run: |
41-
curl -s https://install.aztec-labs.com > tmp.sh
46+
curl -s https://install.aztec.network/4.0.0-nightly.20260126/ > tmp.sh
4247
bash tmp.sh <<< yes "yes"
4348
4449
- name: Update path
4550
run: echo "/home/runner/.aztec/bin" >> $GITHUB_PATH
4651

47-
- name: Set Aztec version
48-
run: |
49-
VERSION=$(jq -r '.dependencies["@aztec/aztec.js"]' package.json)
50-
aztec-up install $VERSION
51-
5252
- name: Compile contracts
5353
run: yarn compile:contracts
5454

0 commit comments

Comments
 (0)