Skip to content

Commit

Permalink
ci: install protobuf-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
thynson committed Jul 9, 2024
1 parent d82ebf5 commit d502b48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- run: sudo apt install -y protobuf-compiler libprotobuf-dev
- uses: actions/checkout@v3
- name: Build
run: cargo build
Expand Down

0 comments on commit d502b48

Please sign in to comment.