Skip to content

Commit 2f5e2a6

Browse files
committed
remover chmod
1 parent 38bd065 commit 2f5e2a6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ runs:
9999
echo "Installing Foundry version: ${{ inputs.foundry-version }}"
100100
mkdir -p ~/.foundry/bin
101101
curl -sL "https://raw.githubusercontent.com/foundry-rs/foundry/${{ inputs.foundry-version }}/foundryup/install" | bash
102-
chmod +x ~/.foundry/bin/foundryup
103102
foundryup --version ${{ inputs.foundry-version }}
104103
echo "$HOME/.foundry/bin" >> "$GITHUB_PATH"
105104

0 commit comments

Comments
 (0)