mirror of
https://github.com/status-im/js-waku.git
synced 2025-02-22 18:08:14 +00:00
Install protoc
used by bufbuild
This commit is contained in:
parent
6558ac60bb
commit
f6bec18638
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user