Skip to content

Commit b88352a

Browse files
critesjoshclaude
andcommitted
fix: pipe yes to aztec install for non-interactive CI
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent aef4a8e commit b88352a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/local-network.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Install Aztec CLI
3939
run: |
40-
VERSION=${{ env.AZTEC_VERSION }} bash <(curl -sL https://install.aztec.network/${{ env.AZTEC_VERSION }})
40+
yes | VERSION=${{ env.AZTEC_VERSION }} bash <(curl -sL https://install.aztec.network/${{ env.AZTEC_VERSION }})
4141
4242
- name: Update path
4343
run: echo "/home/runner/.aztec/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)