Skip to content

Commit

Permalink
Activate OpenVINO env during Win32 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mav-intel committed Jun 28, 2024
1 parent 87f9234 commit df0e9d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,11 @@ jobs:
set DASHBOARD_PLATFORM_SW_CMAKE_INSTALLED=1
set DASHBOARD_PLATFORM_SW_VISUAL_STUDIO_INSTALLED=1
if exist "%INTEL_OPENVINO_DIR%\setupvars.bat" (
call "%INTEL_OPENVINO_DIR%\setupvars.bat"
set DASHBOARD_PLATFORM_SW_OPENVINO_INSTALLED=1
)
call _install\etc\vpl\vars.bat
if %errorlevel% neq 0 exit /b %errorlevel%
Expand Down

0 comments on commit df0e9d8

Please sign in to comment.