We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7747a76 commit ce4f8dbCopy full SHA for ce4f8db
.github/workflows/macos-test.yml
@@ -25,7 +25,7 @@ jobs:
25
# Cache built libraries
26
- name: Concat native library source files
27
run: |
28
- 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
29
30
- name: Cache libraries
31
id: cache-libs
0 commit comments