Skip to content

Commit 7416aa0

Browse files
committed
Fixes cache issue for OpenCV Linux
Model API uses the cmake files for opencv. This was not being cached though, meaning that when the cache was used then the runner would fail
1 parent 2daf1b3 commit 7416aa0

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)