Skip to content

Commit 2d58d5e

Browse files
committed
build(ci): use os as key for bazel cache
1 parent ca0ba1a commit 2d58d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
with:
104104
path: |
105105
"~/.cache/bazel"
106-
key: bazel-cache-${{ hashFiles('**/BUILD.bazel', '**/*.bzl', 'WORKSPACE', '**/*.cpp', '**/*.h', '**/*.rs') }}
106+
key: bazel-cache-${{ matrix.os }}
107107
- uses: bazelbuild/setup-bazelisk@v2
108108
- name: Build wheel
109109
run: |

0 commit comments

Comments
 (0)