Skip to content

Commit

Permalink
Add Protoc to Rust msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoss17 committed Nov 27, 2024
1 parent bec69be commit 6f87a92
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
- name: Install Protoc
uses: heliaxdev/setup-protoc@v2
with:
version: "25.0"
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install cargo-binstall
uses: taiki-e/install-action@cargo-binstall
- name: Install cargo-msrv
Expand Down

0 comments on commit 6f87a92

Please sign in to comment.