Skip to content

Commit

Permalink
ci: include CI step to install protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin committed Mar 30, 2024
1 parent 6c73226 commit eeae606
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- uses: actions/checkout@v3
name: Checkout

- name: Install Protoc
uses: arduino/setup-protoc@v3

# Always install nightly toolchain for `Rustfmt`.
- name: Install toolchain ${{ matrix.rust }}
run: |
Expand Down

0 comments on commit eeae606

Please sign in to comment.