File tree 3 files changed +20
-4
lines changed
3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 38
38
chmod +x stoml
39
39
40
40
source source/.env.dist
41
- wget -qO sui https://github.com/MystenLabs/sui/releases/download/${SUI_VERSION}/sui
42
- echo "installed"
41
+
42
+ wget -qO sui_folder.tgz https://github.com/MystenLabs/sui/releases/download/${SUI_VERSION}/sui-${SUI_VERSION}-ubuntu-x86_64.tgz
43
+ tar -xzf sui_folder.tgz
44
+ cp target/release/sui-ubuntu-x86_64 sui
43
45
chmod +x sui
46
+ echo "installed"
44
47
45
48
- name : Build Packages
46
49
run : |
Original file line number Diff line number Diff line change 38
38
chmod +x stoml
39
39
40
40
source source/.env.dist
41
- wget -qO sui https://github.com/MystenLabs/sui/releases/download/${SUI_VERSION}/sui
42
- echo "installed"
41
+
42
+ wget -qO sui_folder.tgz https://github.com/MystenLabs/sui/releases/download/${SUI_VERSION}/sui-${SUI_VERSION}-ubuntu-x86_64.tgz
43
+ tar -xzf sui_folder.tgz
44
+ cp target/release/sui-ubuntu-x86_64 sui
43
45
chmod +x sui
46
+ echo "installed"
44
47
45
48
- name : Build Packages
46
49
run : |
Original file line number Diff line number Diff line change @@ -33,6 +33,16 @@ cd ./utils
33
33
${sui} move build
34
34
cd ..
35
35
36
+ ls
37
+
38
+ cd ./critbit
39
+ ${sui} move build
40
+ cd ..
41
+
42
+ cd ./originmate
43
+ ${sui} move build
44
+ cd ..
45
+
36
46
cd ./kiosk
37
47
${sui} move build
38
48
cd ..
You can’t perform that action at this time.
0 commit comments