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 1123108
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 @@ -34,6 +34,10 @@ jobs:
run:
working-directory: ${{ matrix.plan }}
steps:
- name: Install protoc
run: |
apt-get update
apt-get install -y protobuf-compiler
- uses: actions/checkout@v1
- name: Get latest version of stable Rust
run: rustup update stable
Expand Down

0 comments on commit 1123108

Please sign in to comment.