Skip to content

Commit bc0263d

Browse files
committed
protoc
1 parent 03cfbb0 commit bc0263d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,9 @@ jobs:
162162
- uses: dtolnay/rust-toolchain@stable
163163
with:
164164
components: rustfmt
165+
- uses: arduino/setup-protoc@v3
166+
with:
167+
repo-token: ${{ secrets.GITHUB_TOKEN }}
165168
- name: Build examples
166169
run: |
167170
for example in examples/*; do

0 commit comments

Comments
 (0)