Skip to content

Commit

Permalink
udpates
Browse files Browse the repository at this point in the history
  • Loading branch information
gzukel committed Sep 13, 2023
1 parent ec1322c commit 5adb99c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upgrade_path_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
wget -q https://github.com/zeta-chain/node/releases/download/${current_version}/zetacored-ubuntu-22-amd64 -O ./zetacored
sudo chmod a+x zetacored
echo "PATH=$(pwd):$PATH" >> ${GITHUB_ENV}
apt update
apt install unzip psmisc -y
sudo apt update
sudo apt install unzip psmisc -y
wget https://github.com/zeta-chain/cosmos-sdk/archive/refs/heads/zetavisor-v0.1.5.zip
unzip zetavisor-v0.1.5.zip
cd cosmos-sdk-zetavisor-v0.1.5/cosmovisor
Expand Down

0 comments on commit 5adb99c

Please sign in to comment.