Install protoc

used by bufbuild
This commit is contained in:
Franck Royer 2021-03-15 15:35:42 +11:00
parent 6558ac60bb
commit f6bec18638
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,11 @@ jobs:
with:
buf-version: '0.39.1'
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: '3.x'
- name: Install NodeJS
uses: actions/setup-node@v2
with: