Skip to content

Commit

Permalink
Docs generation requires protobuf (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru authored Oct 19, 2023
1 parent 28ed5db commit 4ed451a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ jobs:
run: |
rustup update
- name: Install protoc
# https://github.com/taiki-e/install-action/releases
# v2.20.3
uses: taiki-e/install-action@47d27149ff6b3422864ec504071d5cc7873d642e
with:
tool: protoc@${{ env.PROTOC_VERSION }}

- name: Cache Rust
# https://github.com/Swatinem/rust-cache/releases
# v2.7.0
Expand Down

0 comments on commit 4ed451a

Please sign in to comment.