mirror of https://github.com/waku-org/js-waku.git
Merge #61
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:
commit
2d3cc73569
|
@ -11,7 +11,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build_and_test:
|
build_and_test:
|
||||||
env:
|
env:
|
||||||
BUF_VERSION: '0.39.1'
|
BUF_VERSION: '0.41.0'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
@ -57,7 +57,6 @@ jobs:
|
||||||
key: buf-bin-v${{ env.BUF_VERSION }}-ubuntu-latest-v1
|
key: buf-bin-v${{ env.BUF_VERSION }}-ubuntu-latest-v1
|
||||||
|
|
||||||
- name: Install bufbuild
|
- name: Install bufbuild
|
||||||
if: steps.cache-buf-bin.outputs.cache-hit != 'true'
|
|
||||||
uses: mu-io/setup-buf@v1beta
|
uses: mu-io/setup-buf@v1beta
|
||||||
with:
|
with:
|
||||||
buf-version: ${{ env.BUF_VERSION }}
|
buf-version: ${{ env.BUF_VERSION }}
|
||||||
|
|
Loading…
Reference in New Issue