From 38d114da636d8d3b5d1b8e341bffe57b8408a681 Mon Sep 17 00:00:00 2001 From: F Date: Tue, 30 Nov 2021 12:23:55 +1100 Subject: [PATCH] Do not cache bufbuild It only takes few seconds and the cached bin was actually not used. --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24fa0c3f1c..bad9ceef19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: