Skip to content

Commit bfd20d8

Browse files
author
Jake Perkins
committed
act
1 parent 90d1bd2 commit bfd20d8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,16 @@ runs:
9494

9595
- name: Install Foundry
9696
shell: bash
97-
id: install-foundry
9897
run: |
9998
echo "Installing Foundry via foundryup..."
100-
curl -L https://foundry.paradigm.xyz | bash
99+
mkdir -p ~/.foundry/bin
100+
curl -sL https://raw.githubusercontent.com/foundry-rs/foundry/master/foundryup/foundryup -o ~/.foundry/bin/foundryup
101+
chmod +x ~/.foundry/bin/foundryup
101102
echo "$HOME/.foundry/bin" >> "$GITHUB_PATH"
102103
~/.foundry/bin/foundryup
103104
104105
106+
105107
## IOS Setup ##
106108

107109
## Ruby Setup & Cache Management

0 commit comments

Comments
 (0)