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:
|
||||
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 }}
|
||||
|
|
Loading…
Reference in New Issue