diff --git a/.github/workflows/llm_demo.yml b/.github/workflows/llm_demo.yml index 85be05503da..ea9c1c007e4 100644 --- a/.github/workflows/llm_demo.yml +++ b/.github/workflows/llm_demo.yml @@ -15,9 +15,7 @@ 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 -Sdemos -Bbuild -DCMAKE_BUILD_TYPE=Release -DOpenVINO_DIR=ov/runtime/cmake cmake --build build --target llm_demo --config Release -j - uses: actions/checkout@v4 with: