Skip to content

Commit b9d329c

Browse files
authored
Update move-ci.yml
1 parent 0baa4d1 commit b9d329c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/move-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@ jobs:
1515
sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config clang curl
1616
- name: Install Sui (prebuilt)
1717
run: |
18+
sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config clang curl
1819
curl -L https://github.com/MystenLabs/sui/releases/latest/download/sui-linux-x86_64.tgz -o sui.tgz
1920
tar -xzf sui.tgz
21+
chmod +x sui
2022
sudo mv sui /usr/local/bin/sui
23+
which sui
2124
sui --version
2225
- name: Build MyToken
2326
run: |

0 commit comments

Comments
 (0)