Skip to content

Commit 90d1bd2

Browse files
author
Jake Perkins
committed
foundry
1 parent c7d9987 commit 90d1bd2

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.github/actions/setup-e2e-env/action.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)