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 119b92f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- run: sudo apt install -y protobuf-compiler libprotobuf-dev
- uses: actions/checkout@v3
- name: cargo fmt
run: cargo fmt -- --check --color ${{ env.CARGO_TERM_COLOR }}
Expand Down Expand Up @@ -49,6 +50,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 119b92f

Please sign in to comment.