Skip to content

Commit c387ac0

Browse files
authored
Update build_and_test.yml
1 parent 7ea3b9c commit c387ac0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
path: |
2121
~/.cache/bazel
2222
# add import_llvm.bzl so that a new build occurs after an LLVM commit hash update
23-
key: ${{ runner.os }}-bazel-${{ hashFiles('.bazelrc', 'WORKSPACE', 'bazel/import_llvm.bzl') }}
23+
key: ${{ runner.os }}-bazel-${{ hashFiles('.bazelversion', '.bazelrc', 'WORKSPACE') }}-${{ hashFiles('bazel/import_llvm.bzl') }}
2424
restore-keys: |
25-
${{ runner.os }}-bazel-
25+
${{ runner.os }}-bazel-${{ hashFiles('.bazelversion', '.bazelrc', 'WORKSPACE') }}-
2626
2727
- name: "Run `bazel build`"
2828
run: |

0 commit comments

Comments
 (0)