Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Add protoc dependency on build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoungjook authored Feb 12, 2024
2 parents a19cb75 + 88d0624 commit 6d86681
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install Toolchain
run: rustup update stable && rustup default stable && rustup component add rustfmt
- name: Install protoc
run: sudo apt-get -y update && sudo apt-get -y install protobuf-compiler
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Format check
Expand Down

0 comments on commit 6d86681

Please sign in to comment.