Skip to content

Commit

Permalink
Add protobuf to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmiddiii committed Jan 20, 2024
1 parent 221276b commit 053a25e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
with:
toolchain: stable

- name: Install protobuf
run: |
sudo apt-get update
sudo apt-get install -y libprotobuf-dev libprotobuf-c-dev protobuf-compiler protobuf-c-compiler
- name: Configure CI cache
uses: Swatinem/rust-cache@v2

Expand Down Expand Up @@ -87,6 +92,11 @@ jobs:
toolchain: stable
components: clippy

- name: Install protobuf
run: |
sudo apt-get update
sudo apt-get install -y libprotobuf-dev libprotobuf-c-dev protobuf-compiler protobuf-c-compiler
- name: Setup CI cache
uses: Swatinem/rust-cache@v2

Expand Down

0 comments on commit 053a25e

Please sign in to comment.