Skip to content

Commit

Permalink
libopencv-core406
Browse files Browse the repository at this point in the history
  • Loading branch information
Wovchena committed Oct 8, 2023
1 parent fbd2a14 commit 0059a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/llm_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
mkdir ov
curl https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.1/linux/l_openvino_toolkit_ubuntu22_2023.1.0.12185.47b736f63ed_x86_64.tgz | tar --directory ov --strip-components 1 -xz
sudo ov/install_dependencies/install_openvino_dependencies.sh
sudo apt install libopencv-dev
sudo apt install libopencv-core406
- name: Build llm_demo
run: |
mkdir build
Expand Down

0 comments on commit 0059a34

Please sign in to comment.