Skip to content

Commit

Permalink
ci: Replace libtbb2 with libtbbmalloc2
Browse files Browse the repository at this point in the history
Signed-off-by: hydai <[email protected]>
  • Loading branch information
hydai committed Jan 13, 2025
1 parent 0b07013 commit 1e9bd6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_openvino_mobilenet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install dependencies
run: |
apt update
apt install -y libtbb2
apt install -y libtbbmalloc2
- name: Install OpenVINO
working-directory: scripts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_openvino_road_seg_adas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install dependencies
run: |
apt update
apt install -y libtbb2
apt install -y libtbbmalloc2
- name: Install OpenVINO
working-directory: scripts
Expand Down

0 comments on commit 1e9bd6a

Please sign in to comment.