This repository was archived by the owner on Jul 10, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
.github/actions/setup-aztec Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,17 +43,15 @@ runs:
4343 shell : bash
4444 run : |
4545 curl -L https://foundry.paradigm.xyz | bash
46- export PATH="$HOME/.foundry/bin:$PATH"
47- $HOME/.foundry/bin/foundryup
48- echo "$HOME/.foundry/bin" >> $GITHUB_PATH
46+ /home/runner/.foundry/bin/foundryup
47+ echo "/home/runner/.foundry/bin" >> $GITHUB_PATH
4948
5049 - name : Install Aztec CLI
5150 shell : bash
5251 run : |
5352 INSTALL_URL="https://install.aztec.network/${{ steps.aztec-version.outputs.version }}/"
5453 echo "Installing from: $INSTALL_URL"
5554 curl -sL $INSTALL_URL > tmp.sh
56- export PATH="$HOME/.foundry/bin:$PATH"
5755 VERSION=${{ steps.aztec-version.outputs.version }} bash tmp.sh <<< yes "yes"
5856
5957 - name : Switch CLI to target version
You can’t perform that action at this time.
0 commit comments