mirror of https://github.com/status-im/js-waku.git
Do not cache bufbuild
It only takes few seconds and the cached bin was actually not used.
This commit is contained in:
parent
5706ab9ace
commit
38d114da63
|
@ -52,13 +52,6 @@ jobs:
|
|||
shell: bash
|
||||
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
|
||||
uses: mathematic-inc/setup-buf@v2beta
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue