Skip to content

Commit

Permalink
Add protoc installation to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcgivery committed Sep 11, 2024
1 parent 18cacc8 commit adfdee6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: arduino/setup-protoc@v3
- run: cargo build
- run: cargo run

0 comments on commit adfdee6

Please sign in to comment.