Skip to content

Commit e9acf25

Browse files
committed
Fix mac package link
1 parent d0104e4 commit e9acf25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous_batching_cpp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- name: Install OpenVINO
110110
run: |
111111
mkdir ./ov/
112-
curl ${{ env.l_ov_link }} | tar --directory ./ov/ --strip-components 1 -xz
112+
curl ${{ env.m_ov_link }} | tar --directory ./ov/ --strip-components 1 -xz
113113
brew install coreutils scons
114114
- name: Download, convert and build
115115
run: |

0 commit comments

Comments
 (0)