We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f5e34 commit 63262d7Copy full SHA for 63262d7
.github/workflows/genai_package.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
python-version: 3.8
16
- run: mkdir ./ov/
17
- - run: curl https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.1/linux/l_openvino_toolkit_ubuntu20_2024.1.0.15008.f4afc983258_x86_64.tgz | tar --directory ./ov/ --strip-components 1 -xz
+ - run: curl https://storage.openvinotoolkit.org/repositories/openvino/packages/nightly/2024.2.0-15454-0d95325972f/l_openvino_toolkit_centos7_2024.2.0.dev20240522_x86_64.tgz | tar --directory ./ov/ --strip-components 1 -xz
18
- run: sudo ./ov/install_dependencies/install_openvino_dependencies.sh
19
- run: sudo apt-get install libtbb-dev
20
- run: source ./ov/setupvars.sh && cmake -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} -S ./ -B ./build/
0 commit comments