From 21c1aafa4df8d4d394c467d6822322cc26042ca4 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Mon, 15 Mar 2021 14:56:06 +1100 Subject: [PATCH] Install bufbuild To get the `buf` binary --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 233aad683a..c90f495d78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: