Skip to content

Commit ecbae60

Browse files
committed
openvino ci script update
1 parent da55f42 commit ecbae60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/setup-openvino.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ source "$(dirname "${BASH_SOURCE[0]}")/utils.sh"
1313
git clone https://github.com/openvinotoolkit/openvino.git
1414
cd openvino && git checkout releases/2025/1
1515
git submodule update --init --recursive
16-
./install_build_dependencies.sh
16+
sudo ./install_build_dependencies.sh
1717
mkdir build && cd build
1818
cmake .. -DCMAKE_BUILD_TYPE=Release -DENABLE_PYTHON=ON
1919
make -j$(nproc)

0 commit comments

Comments
 (0)