From 116340c3bcaf761e11cf9b5b9b7bde9a422ec5ad Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Thu, 24 Aug 2023 14:36:03 -0400 Subject: [PATCH] Make sure to install buf in the API PR generation action --- .github/workflows/manual-api-update.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/manual-api-update.yaml b/.github/workflows/manual-api-update.yaml index a969c90..22a0b97 100644 --- a/.github/workflows/manual-api-update.yaml +++ b/.github/workflows/manual-api-update.yaml @@ -45,6 +45,11 @@ jobs: if: steps.buf-update.outputs.updated == 'true' with: working-directory: ./ + - name: "Install buf" + uses: "bufbuild/buf-setup-action@v1" + if: steps.buf-update.outputs.updated == 'true' + with: + version: "1.18.0" - name: "Run buf generate" if: steps.buf-update.outputs.updated == 'true' run: |