diff --git a/.github/workflows/llm_demo.yml b/.github/workflows/llm_demo.yml index 5685917cb87..85be05503da 100644 --- a/.github/workflows/llm_demo.yml +++ b/.github/workflows/llm_demo.yml @@ -15,6 +15,8 @@ jobs: sudo apt install libopencv-dev - name: Build llm_demo run: | + ls ov + ls ov/runtime/cmake cmake -Bbuild -DCMAKE_BUILD_TYPE=Release -DOpenVINO_DIR=ov/runtime/cmake demos cmake --build build --target llm_demo --config Release -j - uses: actions/checkout@v4