File tree Expand file tree Collapse file tree
.github/actions/setup-e2e-env Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,16 +93,14 @@ runs:
9393 shell : bash
9494
9595 - name : Install Foundry
96- id : install-foundry
9796 shell : bash
97+ id : install-foundry
9898 run : |
99- echo "Downloading Foundry version: ${{ inputs.foundry-version }}"
100- mkdir -p ~/.foundry/bin
101- curl -sL "https://raw.githubusercontent.com/foundry-rs/foundry/${{ inputs.foundry-version }}/foundryup/install" | bash
102- echo "Running Foundryup to install version: ${{ inputs.foundry-version }}"
103- ls ~/.foundry/bin
104- ~/.foundry/bin/foundryup --version ${{ inputs.foundry-version }}
99+ echo "Installing Foundry via foundryup..."
100+ curl -L https://foundry.paradigm.xyz | bash
105101 echo "$HOME/.foundry/bin" >> "$GITHUB_PATH"
102+ ~/.foundry/bin/foundryup
103+
106104
107105# # IOS Setup ##
108106
You can’t perform that action at this time.
0 commit comments