Do not cache bufbuild

It only takes few seconds and the cached bin was actually not used.
This commit is contained in:
F 2021-11-30 12:23:55 +11:00
parent 5706ab9ace
commit 38d114da63
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 0 additions and 7 deletions

View File

@ -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: