srctree

Robin Linden parent 3726c1f4 c6cf5d82
Refresh the Bazel cache whenever the Bazel build files change

inlinesplit
.github/workflows/ci.yaml added: 3, removed: 2, total 1
@@ -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