Skip to content

Commit

Permalink
Add more debug info for VTK
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Nov 14, 2023
1 parent 44d0631 commit 09c9004
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ubuntu-dep-src.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ jobs:
echo "VTK_DIR=$(pwd)/install" >> $GITHUB_ENV
echo $VTK_DIR
- name: DEBUG VTK
run: |
cd $VTK_DIR
ls lib/cmake/vtk-9.3
grep -R INCLUDE_DIRECTORIES lib/cmake/vtk-9.3/VTK-targets.cmake
- name: Build OpenCV from source
run: |
pwd
Expand Down

0 comments on commit 09c9004

Please sign in to comment.