Skip to content

Commit 1b69633

Browse files
changes
Signed-off-by: AdityaPandeyCN <[email protected]>
1 parent bc68f2d commit 1b69633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
echo "LD_LIBRARY_PATH=/opt/root/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
2424
echo "CMAKE_PREFIX_PATH=/opt/root:$CMAKE_PREFIX_PATH" >> $GITHUB_ENV
2525
26-
- name: Install VDT dependency
26+
- name: Install build dependencies
2727
run: |
2828
sudo apt-get update
29-
sudo apt-get install -y libvdt-dev
29+
sudo apt-get install -y libvdt-dev libtbb-dev
3030
3131
- name: Configure CMake
3232
run: |

0 commit comments

Comments
 (0)