We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d1bd2 commit bfd20d8Copy full SHA for bfd20d8
1 file changed
.github/actions/setup-e2e-env/action.yml
@@ -94,14 +94,16 @@ runs:
94
95
- name: Install Foundry
96
shell: bash
97
- id: install-foundry
98
run: |
99
echo "Installing Foundry via foundryup..."
100
- curl -L https://foundry.paradigm.xyz | bash
+ mkdir -p ~/.foundry/bin
+ curl -sL https://raw.githubusercontent.com/foundry-rs/foundry/master/foundryup/foundryup -o ~/.foundry/bin/foundryup
101
+ chmod +x ~/.foundry/bin/foundryup
102
echo "$HOME/.foundry/bin" >> "$GITHUB_PATH"
103
~/.foundry/bin/foundryup
104
105
106
+
107
## IOS Setup ##
108
109
## Ruby Setup & Cache Management
0 commit comments