mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-11 13:04:41 +00:00
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
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -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…
x
Reference in New Issue
Block a user