Skip to content

Commit bc68f2d

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
echo "/opt/root/bin" >> $GITHUB_PATH
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
25+
26+
- name: Install VDT dependency
27+
run: |
28+
sudo apt-get update
29+
sudo apt-get install -y libvdt-dev
2530
2631
- name: Configure CMake
2732
run: |

0 commit comments

Comments
 (0)