Skip to content

Commit

Permalink
update sui binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Foivos committed Oct 24, 2023
1 parent a3dd122 commit 5a11939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:

- name: Download and Install Sui Binary
run: |
wget https://github.com/MystenLabs/sui/releases/download/devnet-v1.11.2/sui-devnet-v1.11.2-ubuntu-x86_64.tgz
tar -xvf sui-devnet-v1.11.2-ubuntu-x86_64.tgz
wget https://github.com/MystenLabs/sui/releases/download/mainnet-v1.11.2/sui-mainnet-v1.11.2-ubuntu-x86_64.tgz
tar -xvf sui-mainnet-v1.11.2-ubuntu-x86_64.tgz
sudo mv ./target/release/sui-test-validator-ubuntu-x86_64 /usr/local/bin/sui-test-validator
sudo mv ./target/release/sui-ubuntu-x86_64 /usr/local/bin/sui
Expand Down

0 comments on commit 5a11939

Please sign in to comment.