Merge pull request #333 from status-im/cache-build-buf

This commit is contained in:
F 2021-12-01 16:24:42 +11:00 committed by GitHub
commit b5b0409a46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: