We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc68f2d commit 1b69633Copy full SHA for 1b69633
.github/workflows/ci.yml
@@ -23,10 +23,10 @@ jobs:
23
echo "LD_LIBRARY_PATH=/opt/root/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
24
echo "CMAKE_PREFIX_PATH=/opt/root:$CMAKE_PREFIX_PATH" >> $GITHUB_ENV
25
26
- - name: Install VDT dependency
+ - name: Install build dependencies
27
run: |
28
sudo apt-get update
29
- sudo apt-get install -y libvdt-dev
+ sudo apt-get install -y libvdt-dev libtbb-dev
30
31
- name: Configure CMake
32
0 commit comments