Skip to content

Commit

Permalink
add protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
foxzool committed Jun 25, 2024
1 parent 0bb8446 commit 6049207
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable

- name: Install Protoc
uses: arduino/setup-protoc@v3

- name: Run cargo check
run: cargo check --all-targets

Expand Down

0 comments on commit 6049207

Please sign in to comment.