61: setup-buf only install buf it cannot be found r=D4nte a=D4nte



Co-authored-by: Franck Royer <franck@status.im>
This commit is contained in:
bors[bot] 2021-04-26 10:06:00 +00:00 committed by GitHub
commit 2d3cc73569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,7 @@ on:
jobs:
build_and_test:
env:
BUF_VERSION: '0.39.1'
BUF_VERSION: '0.41.0'
runs-on: ubuntu-latest
steps:
@ -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 }}