Skip to content

Commit f04b96e

Browse files
committed
call cmd setupvars
1 parent 52883c3 commit f04b96e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/windows.yml

+2
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ jobs:
111111
112112
- name: CMake configure - OpenVINO
113113
run: |
114+
$env:OpenCV_DIR="C:/tools/opencv/build"
115+
& "C:\tools\opencv\build\setup_vars_opencv4.cmd"
114116
cmake -GNinja `
115117
-DCMAKE_BUILD_TYPE=${{ env.CMAKE_BUILD_TYPE }} `
116118
-DBUILD_nvidia_plugin=OFF `

0 commit comments

Comments
 (0)