Cache bufbuilder

This commit is contained in:
Franck Royer 2021-04-23 16:38:00 +10:00
parent 6bd0f123da
commit 880870bb15
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ jobs:
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
path: /opt/hostedtoolcache/buf/ path: /opt/hostedtoolcache/buf/
key: buf-bin-v${{ BUF_VERSION }}-ubuntu-latest-v1 key: buf-bin-v${{ env.BUF_VERSION }}-ubuntu-latest-v1
- name: Install bufbuild - name: Install bufbuild
if: steps.cache-buf-bin.outputs.cache-hit != 'true' if: steps.cache-buf-bin.outputs.cache-hit != 'true'