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: