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 772e069 commit bc68f2dCopy full SHA for bc68f2d
.github/workflows/ci.yml
@@ -22,6 +22,11 @@ jobs:
22
echo "/opt/root/bin" >> $GITHUB_PATH
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
27
+ run: |
28
+ sudo apt-get update
29
+ sudo apt-get install -y libvdt-dev
30
31
- name: Configure CMake
32
run: |
0 commit comments