File tree Expand file tree Collapse file tree 7 files changed +0
-55
lines changed Expand file tree Collapse file tree 7 files changed +0
-55
lines changed Original file line number Diff line number Diff line change 17
17
- name : Install Rust toolchain
18
18
uses : actions-rs/toolchain@v1
19
19
20
- - name : Install Protoc
21
- uses : arduino/setup-protoc@v1
22
- with :
23
- version : ' 3.6.1'
24
-
25
20
- name : Cargo | Build release binary
26
21
run : |
27
22
cd ./bin/cliain && cargo build --release
Original file line number Diff line number Diff line change 33
33
- name : Install Rust toolchain
34
34
uses : actions-rs/toolchain@v1
35
35
36
- - name : Install Protoc
37
- uses : arduino/setup-protoc@v1
38
- with :
39
- version : ' 3.6.1'
40
-
41
36
- name : Install WASM target
42
37
run : rustup target add wasm32-unknown-unknown
43
38
Original file line number Diff line number Diff line change 33
33
- name : Install rust toolchain
34
34
uses : actions-rs/toolchain@v1
35
35
36
- - name : Install Protoc
37
- uses : arduino/setup-protoc@v1
38
- with :
39
- version : ' 3.6.1'
40
-
41
36
- name : Build binary
42
37
run : |
43
38
pushd bin/cliain/
Original file line number Diff line number Diff line change 27
27
- name : Install rust toolchain
28
28
uses : actions-rs/toolchain@v1
29
29
30
- - name : Install Protoc
31
- uses : arduino/setup-protoc@v1
32
- with :
33
- version : ' 3.6.1'
34
-
35
30
- name : Read excluded packages from Cargo.toml
36
31
id : read_excluded
37
32
Original file line number Diff line number Diff line change 65
65
- name : Install Rust toolchain
66
66
uses : actions-rs/toolchain@v1
67
67
68
- - name : Install Protoc
69
- uses : arduino/setup-protoc@v1
70
- with :
71
- version : ' 3.6.1'
72
-
73
68
- name : Restore cache
74
69
uses : ./.github/actions/restore-cache
75
70
with :
@@ -144,11 +139,6 @@ jobs:
144
139
- name : Install Rust Toolchain
145
140
uses : actions-rs/toolchain@v1
146
141
147
- - name : Install Protoc
148
- uses : arduino/setup-protoc@v1
149
- with :
150
- version : ' 3.6.1'
151
-
152
142
- name : Install WASM target
153
143
run : rustup target add wasm32-unknown-unknown
154
144
@@ -182,11 +172,6 @@ jobs:
182
172
- name : Install Rust Toolchain
183
173
uses : actions-rs/toolchain@v1
184
174
185
- - name : Install Protoc
186
- uses : arduino/setup-protoc@v1
187
- with :
188
- version : ' 3.6.1'
189
-
190
175
- name : Restore cache
191
176
uses : ./.github/actions/restore-cache
192
177
with :
@@ -906,11 +891,6 @@ jobs:
906
891
- name : Install Rust toolchain
907
892
uses : actions-rs/toolchain@v1
908
893
909
- - name : Install Protoc
910
- uses : arduino/setup-protoc@v1
911
- with :
912
- version : ' 3.6.1'
913
-
914
894
- name : Install WASM target
915
895
run : rustup target add wasm32-unknown-unknown
916
896
Original file line number Diff line number Diff line change 87
87
- name : Install Rust toolchain
88
88
uses : actions-rs/toolchain@v1
89
89
90
- - name : Install Protoc
91
- uses : arduino/setup-protoc@v1
92
- with :
93
- version : ' 3.6.1'
94
-
95
90
- name : Install WASM target
96
91
run : rustup target add wasm32-unknown-unknown
97
92
@@ -124,11 +119,6 @@ jobs:
124
119
- name : Install Rust toolchain
125
120
uses : actions-rs/toolchain@v1
126
121
127
- - name : Install Protoc
128
- uses : arduino/setup-protoc@v1
129
- with :
130
- version : ' 3.6.1'
131
-
132
122
- name : Restore cache
133
123
uses : ./.github/actions/restore-cache
134
124
with :
Original file line number Diff line number Diff line change 27
27
- name : Install Rust Toolchain
28
28
uses : actions-rs/toolchain@v1
29
29
30
- - name : Install Protoc
31
- uses : arduino/setup-protoc@v1
32
- with :
33
- version : ' 3.6.1'
34
-
35
30
- name : Install clippy and fmt
36
31
run : rustup component add clippy rustfmt
37
32
You can’t perform that action at this time.
0 commit comments