mirror of https://github.com/waku-org/js-waku.git
Merge pull request #333 from status-im/cache-build-buf
This commit is contained in:
commit
b5b0409a46
|
@ -52,13 +52,6 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: cd nim-waku && ./build/wakunode2 --help
|
run: cd nim-waku && ./build/wakunode2 --help
|
||||||
|
|
||||||
- name: Cache buf binary
|
|
||||||
id: cache-buf-bin
|
|
||||||
uses: actions/cache@v2
|
|
||||||
with:
|
|
||||||
path: /opt/hostedtoolcache/buf/
|
|
||||||
key: buf-bin-v${{ env.BUF_VERSION }}-ubuntu-latest-v1
|
|
||||||
|
|
||||||
- name: Install bufbuild
|
- name: Install bufbuild
|
||||||
uses: mathematic-inc/setup-buf@v2beta
|
uses: mathematic-inc/setup-buf@v2beta
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue