Skip to content

Commit

Permalink
ci: add protoc installation to clippy step
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbz00 committed Apr 3, 2024
1 parent 6f45aad commit 83bc820
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 @@ -25,6 +25,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install protoc
uses: taiki-e/install-action@v2
with:
tool: protoc@${{ env.PROTOC_VERSION }}
- name: install ninja
uses: ./.github/actions/setup-ninja
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
Expand Down

0 comments on commit 83bc820

Please sign in to comment.