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 3cec101
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: '3.x'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build
working-directory: ./rust
run: cargo build
Expand Down

0 comments on commit 3cec101

Please sign in to comment.