Skip to content

Commit d85bf94

Browse files
committed
ov package changed.
1 parent ae62343 commit d85bf94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/causal_lm_cpp.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ concurrency:
1414

1515
env:
1616
l_ov_link: https://storage.openvinotoolkit.org/repositories/openvino/packages/nightly/2024.5.0-16570-19eb02fe60b/l_openvino_toolkit_ubuntu20_2024.5.0.dev20240830_x86_64.tgz
17+
l_u22_ov_link: https://storage.openvinotoolkit.org/repositories/openvino/packages/nightly/2024.5.0-16570-19eb02fe60b/l_openvino_toolkit_ubuntu22_2024.5.0.dev20240830_x86_64.tgz
1718
m_ov_link: https://storage.openvinotoolkit.org/repositories/openvino/packages/nightly/2024.5.0-16570-19eb02fe60b/m_openvino_toolkit_macos_12_6_2024.5.0.dev20240830_x86_64.tgz
1819
w_ov_link: https://storage.openvinotoolkit.org/repositories/openvino/packages/nightly/2024.5.0-16570-19eb02fe60b/w_openvino_toolkit_windows_2024.5.0.dev20240830_x86_64.zip
1920
jobs:
@@ -696,7 +697,7 @@ jobs:
696697
- name: Install OpenVINO
697698
run: |
698699
mkdir ./ov/
699-
curl ${{ env.l_ov_link }} | tar --directory ./ov/ --strip-components 1 -xz
700+
curl ${{ env.l_u22_ov_link }} | tar --directory ./ov/ --strip-components 1 -xz
700701
sudo ./ov/install_dependencies/install_openvino_dependencies.sh
701702
- name: Build app
702703
run: |

0 commit comments

Comments
 (0)