Skip to content

Commit ce4f8db

Browse files
committed
ci: purge cache if .bazelrc is changed
1 parent 7747a76 commit ce4f8db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Cache built libraries
2626
- name: Concat native library source files
2727
run: |
28-
find WORKSPACE packages.config build.py mediapipe_api/ third_party/ -type f | sort | xargs cat > cache_key.txt
28+
find WORKSPACE packages.config build.py mediapipe_api/ third_party/ .bazelrc -type f | sort | xargs cat > cache_key.txt
2929
3030
- name: Cache libraries
3131
id: cache-libs

0 commit comments

Comments
 (0)