Skip to content

Commit

Permalink
ci: purge cache if .bazelrc is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler committed Dec 29, 2024
1 parent 7747a76 commit ce4f8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# Cache built libraries
- name: Concat native library source files
run: |
find WORKSPACE packages.config build.py mediapipe_api/ third_party/ -type f | sort | xargs cat > cache_key.txt
find WORKSPACE packages.config build.py mediapipe_api/ third_party/ .bazelrc -type f | sort | xargs cat > cache_key.txt
- name: Cache libraries
id: cache-libs
Expand Down

0 comments on commit ce4f8db

Please sign in to comment.