From 441d906bd8e4448fabe471923accec0161c22197 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Mon, 26 Apr 2021 15:46:06 +1000 Subject: [PATCH] setup-buf only install buf it cannot be found --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b504021d26..5e040da21c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,6 @@ jobs: key: buf-bin-v${{ env.BUF_VERSION }}-ubuntu-latest-v1 - name: Install bufbuild - if: steps.cache-buf-bin.outputs.cache-hit != 'true' uses: mu-io/setup-buf@v1beta with: buf-version: ${{ env.BUF_VERSION }}