Skip to content

Commit

Permalink
Install protoc to run tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rcorre committed Oct 2, 2024
1 parent d8ef7f1 commit 3b7a54f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ jobs:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Install protoc
run: apt install protobuf-compiler
- name: Run tests
run: cargo test --verbose

0 comments on commit 3b7a54f

Please sign in to comment.