Skip to content

Commit

Permalink
Add protobuf package to CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
TSnake41 authored Jul 26, 2023
1 parent 8970a2c commit 80996a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: dtolnay/rust-toolchain@1.69.0
- uses: actions/checkout@v3
- name: Preparing
run: sudo apt update && sudo apt install -y libxen-dev
run: sudo apt update && sudo apt install -y libxen-dev protobuf-compiler
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 80996a5

Please sign in to comment.