Skip to content

Commit

Permalink
Added protoc to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
johannwagner committed Sep 1, 2023
1 parent 110fbd4 commit 8873d55
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 @@ -19,6 +19,7 @@ jobs:
- nightly
steps:
- uses: actions/checkout@v3
- run: apt install -y protobuf-compiler
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo check --verbose
- run: cargo clippy -- -D warnings
Expand Down

0 comments on commit 8873d55

Please sign in to comment.