Skip to content

Commit 9374a0c

Browse files
authoredMar 6, 2025
Merge pull request #114 from openvinotoolkit/rhecker/fix-cache-issue-opencv
Fixes cache issue for OpenCV Linux
2 parents 2daf1b3 + 7416aa0 commit 9374a0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/build-linux-bindings.yml

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
with:
6767
path: |
6868
/usr/local/include/opencv4
69+
/usr/local/lib/cmake/opencv4
6970
/usr/local/lib/libopencv_*
7071
key: ${{ runner.os }}-opencv-${{ hashFiles('openvino_bindings/scripts/setup_opencv.sh') }}
7172

0 commit comments

Comments
 (0)