Skip to content

Commit 9d29d82

Browse files
authored
Index cache by build run (#779)
1 parent 76c67a3 commit 9d29d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
uses: actions/cache@v4
126126
with:
127127
path: "~/.cache/bazel"
128-
key: bazel
128+
key: bazel-${{ matrix.os }}-${{ matrix.build-type }}
129129
- run: bazel build -c opt //:snmalloc
130130
- run: bazel build -c opt //:snmalloc-rs
131131
- run: bazel test -c opt --config=asan //fuzzing:snmalloc_fuzzer

0 commit comments

Comments
 (0)