From 7416aa01b285283d8d27aa69a00a6db5515adfdb Mon Sep 17 00:00:00 2001 From: Ronald Hecker Date: Thu, 6 Mar 2025 13:47:14 +0100 Subject: [PATCH] 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 --- .github/workflows/build-linux-bindings.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-linux-bindings.yml b/.github/workflows/build-linux-bindings.yml index 6a99771a..a6d807a4 100644 --- a/.github/workflows/build-linux-bindings.yml +++ b/.github/workflows/build-linux-bindings.yml @@ -66,6 +66,7 @@ jobs: with: path: | /usr/local/include/opencv4 + /usr/local/lib/cmake/opencv4 /usr/local/lib/libopencv_* key: ${{ runner.os }}-opencv-${{ hashFiles('openvino_bindings/scripts/setup_opencv.sh') }}