Skip to content

Commit

Permalink
[CI] Add step to setup protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Blonteractor committed Jan 27, 2024
1 parent 5d08790 commit 4542a65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
target: x86_64-unknown-linux-gnu
continue-on-error: true

- name: Bootstrap protoc
uses: arduino/setup-protoc@v2

- name: Update rust
run: |
rustup update
Expand Down

0 comments on commit 4542a65

Please sign in to comment.