Skip to content

Commit 9a19271

Browse files
committed
install protoc in workflows
Signed-off-by: Arnaud Gourlay <[email protected]>
1 parent f5ec144 commit 9a19271

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
rust: nightly
2424
steps:
2525
- uses: actions/checkout@v2
26+
- name: install Protoc
27+
uses: arduino/setup-protoc@v1
28+
with:
29+
repo-token: ${{ secrets.GITHUB_TOKEN }}
2630
- name: setup nightly
2731
if: ${{ matrix.rust == 'nightly' }}
2832
run: rustup default nightly

0 commit comments

Comments
 (0)