Skip to content

Commit afcd8ac

Browse files
committed
install protoc
Signed-off-by: Shikugawa <[email protected]>
1 parent f16f4de commit afcd8ac

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888

8989
- name: Update Rust
9090
run: |
91+
sudo apt install -y protobuf-compiler
9192
rustup toolchain install stable --component clippy --component rustfmt
9293
rustup target add wasm32-unknown-unknown
9394
rustup target add wasm32-wasi
@@ -142,6 +143,7 @@ jobs:
142143

143144
- name: Update Rust
144145
run: |
146+
sudo apt install -y protobuf-compiler
145147
rustup toolchain install nightly --component clippy --component rustfmt
146148
rustup +nightly target add wasm32-unknown-unknown
147149
rustup +nightly target add wasm32-wasi

examples/grpc_call/helloworld.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
14+
//
1515
// This file is generated by rust-protobuf 2.22.1. Do not edit
1616
// @generated
1717

0 commit comments

Comments
 (0)