Skip to content

Commit 59f90f6

Browse files
authored
install protoc in docs workflow (apache#314)
1 parent 47dd8e5 commit 59f90f6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ jobs:
3737
with:
3838
python-version: "3.10"
3939

40+
- name: Install Protoc
41+
uses: arduino/setup-protoc@v1
42+
with:
43+
version: '3.x'
44+
repo-token: ${{ secrets.GITHUB_TOKEN }}
45+
4046
- name: Install dependencies
4147
run: |
4248
set -x

0 commit comments

Comments
 (0)