Skip to content

Commit

Permalink
Fix mac package link
Browse files Browse the repository at this point in the history
  • Loading branch information
as-suvorov committed Jul 2, 2024
1 parent d0104e4 commit e9acf25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_batching_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Install OpenVINO
run: |
mkdir ./ov/
curl ${{ env.l_ov_link }} | tar --directory ./ov/ --strip-components 1 -xz
curl ${{ env.m_ov_link }} | tar --directory ./ov/ --strip-components 1 -xz
brew install coreutils scons
- name: Download, convert and build
run: |
Expand Down

0 comments on commit e9acf25

Please sign in to comment.