File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 88
88
89
89
- name : Update Rust
90
90
run : |
91
+ sudo apt install -y protobuf-compiler
91
92
rustup toolchain install stable --component clippy --component rustfmt
92
93
rustup target add wasm32-unknown-unknown
93
94
rustup target add wasm32-wasi
@@ -142,6 +143,7 @@ jobs:
142
143
143
144
- name : Update Rust
144
145
run : |
146
+ sudo apt install -y protobuf-compiler
145
147
rustup toolchain install nightly --component clippy --component rustfmt
146
148
rustup +nightly target add wasm32-unknown-unknown
147
149
rustup +nightly target add wasm32-wasi
Original file line number Diff line number Diff line change 11
11
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
-
14
+ //
15
15
// This file is generated by rust-protobuf 2.22.1. Do not edit
16
16
// @generated
17
17
You can’t perform that action at this time.
0 commit comments