Skip to content

Commit

Permalink
fix: add protocol buffers compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasti810 committed Jan 12, 2024
1 parent 33f1658 commit 8239247
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 @@ -19,6 +19,9 @@ jobs:
toolchain: stable
override: true

- name: Install protoc
run: sudo apt-get install protobuf-compiler

- name: Build and test
run: cargo build --verbose && cargo test --verbose -- --test-threads=1

Expand Down

0 comments on commit 8239247

Please sign in to comment.