@@ -98,7 +98,8 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.cache/bazel
key: bazel
key: bazel-${{ hashFiles('WORKSPACE', 'bazel/**') }}
restore-keys: bazel-
- name: Install
run: wget https://github.com/bazelbuild/bazelisk/releases/download/v1.10.1/bazelisk-linux-amd64 --output-document=bazelisk
- name: Build