Skip to content

Commit

Permalink
downgrade package
Browse files Browse the repository at this point in the history
  • Loading branch information
Wovchena committed May 17, 2024
1 parent 9fe05d2 commit 0095dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/genai_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
python-version: 3.8
- run: mkdir ./ov/
- run: curl https://storage.openvinotoolkit.org/repositories/openvino/packages/nightly/2024.2.0-15337-4936b145686/l_openvino_toolkit_ubuntu20_2024.2.0.dev20240515_x86_64.tgz | tar --directory ./ov/ --strip-components 1 -xz
- run: curlhttps://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: sudo ./ov/install_dependencies/install_openvino_dependencies.sh
- run: source ./ov/setupvars.sh && cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/
- run: source ./ov/setupvars.sh && cmake --build ./build/ --config Release --target package -j
Expand Down

0 comments on commit 0095dcc

Please sign in to comment.