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 38bd065 commit 2f5e2a6Copy full SHA for 2f5e2a6
1 file changed
.github/actions/setup-e2e-env/action.yml
@@ -99,7 +99,6 @@ runs:
99
echo "Installing 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
- chmod +x ~/.foundry/bin/foundryup
103
foundryup --version ${{ inputs.foundry-version }}
104
echo "$HOME/.foundry/bin" >> "$GITHUB_PATH"
105
0 commit comments