Skip to content

Commit

Permalink
ci: add protobuf
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Rusev <[email protected]>
  • Loading branch information
arrusev committed Sep 5, 2023
1 parent 35ef0db commit 396c16f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
profile: minimal
toolchain: 1.68.0
override: true
- run: apt-get install protobuf-compiler
- uses: actions-rs/cargo@v1
with:
command: check
Expand All @@ -36,6 +37,7 @@ jobs:
profile: minimal
toolchain: 1.68.0
override: true
- run: apt-get install protobuf-compiler
- uses: actions-rs/cargo@v1
with:
command: test
Expand Down Expand Up @@ -66,6 +68,7 @@ jobs:
profile: minimal
toolchain: 1.68.0
override: true
- run: apt-get install protobuf-compiler
- run: rustup component add clippy
- uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 396c16f

Please sign in to comment.