Skip to content

Commit

Permalink
Comment polycli install
Browse files Browse the repository at this point in the history
  • Loading branch information
Vui-Chee committed Oct 30, 2024
1 parent 087af04 commit f774539
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ jobs:
pip3 install yq
yq --version
- name: Install polycli
run: |
POLYCLI_VERSION="${{ vars.POLYCLI_VERSION }}"
tmp_dir=$(mktemp -d)
curl -L "https://github.com/0xPolygon/polygon-cli/releases/download/${POLYCLI_VERSION}/polycli_${POLYCLI_VERSION}_linux_amd64.tar.gz" | tar -xz -C "$tmp_dir"
mv "$tmp_dir"/* /usr/local/bin/polycli
rm -rf "$tmp_dir"
sudo chmod +x /usr/local/bin/polycli
/usr/local/bin/polycli version
# - name: Install polycli
# run: |
# POLYCLI_VERSION="${{ vars.POLYCLI_VERSION }}"
# tmp_dir=$(mktemp -d)
# curl -L "https://github.com/0xPolygon/polygon-cli/releases/download/${POLYCLI_VERSION}/polycli_${POLYCLI_VERSION}_linux_amd64.tar.gz" | tar -xz -C "$tmp_dir"
# mv "$tmp_dir"/* /usr/local/bin/polycli
# rm -rf "$tmp_dir"
# sudo chmod +x /usr/local/bin/polycli
# /usr/local/bin/polycli version

- name: Install foundry
uses: foundry-rs/foundry-toolchain@v1
Expand Down

0 comments on commit f774539

Please sign in to comment.