Skip to content

Commit

Permalink
Install protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ackintosh committed Aug 31, 2022
1 parent a86ac36 commit 92f4b8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
working-directory: ${{ matrix.plan }}
steps:
- uses: actions/checkout@v1
- name: Install protoc
run: |
sudo apt-get update
sudo apt-get install -y protobuf-compiler
- name: Get latest version of stable Rust
run: rustup update stable
- name: Lint code for quality and style with Clippy
Expand Down

0 comments on commit 92f4b8c

Please sign in to comment.