srctree

Robin Linden parent c2bd309b 790a8cbc
ci: Fix coverage job's cache key

As it's not part of a matrix job, ${{ matrix.name }} expanded to anempty string.

inlinesplit
.github/workflows/ci.yaml added: 3, removed: 3, total 0
@@ -94,8 +94,8 @@ jobs:
- uses: actions/cache@v3
with:
path: ~/.cache/bazel
key: ${{ matrix.name }}-${{ hashFiles('.bazelversion', 'WORKSPACE', 'third_party/**') }}
restore-keys: ${{ matrix.name }}-
key: coverage-${{ hashFiles('.bazelversion', 'WORKSPACE', 'third_party/**') }}
restore-keys: coverage-
- name: Install
run: |
sudo apt-get update