Skip to content

Commit

Permalink
Add Protobuf Compiler Installation to Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0xIchigo committed May 3, 2024
1 parent 8b7eb83 commit 317226c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ jobs:
override: true
components: clippy

- name: Install Protobuf Compiler
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler

- name: Check with Clippy
run: cargo clippy -- -D warnings

- name: Build
run: cargo build --verbose

Expand Down

0 comments on commit 317226c

Please sign in to comment.