Skip to content

Commit

Permalink
Install protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 1, 2024
1 parent 180f899 commit dd9637d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install protoc
uses: arduino/setup-protoc@v3

- name: Install Rust Toolchain
run: rustup toolchain install stable --profile minimal --component clippy --component rustfmt --no-self-update

Expand All @@ -35,6 +38,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install protoc
uses: arduino/setup-protoc@v3

- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # pin@v1
with:
toolchain: stable
Expand Down

0 comments on commit dd9637d

Please sign in to comment.