Skip to content

Commit

Permalink
fix(ci): release job needs protoc (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrobbel authored Mar 7, 2024
1 parent 72e7589 commit ec88544
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
with:
fetch-depth: 0
submodules: recursive
- uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: dtolnay/rust-toolchain@stable
id: rust-toolchain
- uses: actions/cache@v4
Expand Down

0 comments on commit ec88544

Please sign in to comment.