Skip to content

Commit

Permalink
chore: proto added to build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
heemankv committed Jul 20, 2024
1 parent 3bd0a1a commit b1223cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:

- uses: Swatinem/rust-cache@v2

- uses: arduino/setup-protoc@v3

- name: Build the project
run: |
cargo build --release --workspace

0 comments on commit b1223cd

Please sign in to comment.