Install bufbuild

To get the `buf` binary
This commit is contained in:
Franck Royer 2021-03-15 14:56:06 +11:00
parent 9aa3f1340d
commit 21c1aafa4d
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Install bufbuild
uses: wizhi/setup-buf@v1
- name: Install NodeJS
uses: actions/setup-node@v2
with: