Skip to content

Commit

Permalink
install protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
Alw3ys committed Dec 13, 2023
1 parent 54cee9f commit 1d90cde
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
- name: Install Rust
uses: dsherret/rust-toolchain-file@v1

- name: Install Protoc
uses: arduino/setup-protoc@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Check formatting
run: cargo fmt -- --check

Expand Down

0 comments on commit 1d90cde

Please sign in to comment.