Skip to content

Commit

Permalink
setup protoc in rust build
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowySpirits committed Apr 3, 2023
1 parent 1c32581 commit 24ce624
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 @@ -13,6 +13,8 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Install Protoc
uses: arduino/setup-protoc@v1
- name: Build
working-directory: ./rust
run: cargo build
Expand Down

0 comments on commit 24ce624

Please sign in to comment.