Skip to content

Commit 9266356

Browse files
committed
add protoc to ci
1 parent 427ec0e commit 9266356

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/check-build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Pyth SDK
1+
name: Check Build
22

33
on:
44
push:
@@ -10,6 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13+
- name: Install protoc
14+
uses: arduino/setup-protoc@v3
15+
with:
16+
repo-token: ${{ secrets.GITHUB_TOKEN }}
1317
- name: Install dependencies
1418
run: sudo apt-get update && sudo apt-get install libudev-dev
1519
- name: Build

0 commit comments

Comments
 (0)