Skip to content

Commit f49ac84

Browse files
committed
debug print
1 parent e617047 commit f49ac84

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,16 @@ jobs:
8282
name: ${{ steps.sanitize.outputs.artifact_name }}
8383
path: ${{ env.WORKSPACE_ARTIFACT_PATH }}
8484

85+
- name: Debug install tree
86+
if: runner.os == 'Linux'
87+
run: |
88+
echo "=== Listing install/CollisionAlgorithm ==="
89+
find $GITHUB_WORKSPACE/install/CollisionAlgorithm -maxdepth 3 -type d -print
90+
echo "=== Listing cmake files ==="
91+
find $GITHUB_WORKSPACE/install/CollisionAlgorithm -name "*Config.cmake" -print
92+
echo "=== Listing include ==="
93+
find $GITHUB_WORKSPACE/install/CollisionAlgorithm/include -maxdepth 4 -type d -print
94+
8595
- name: Checkout ConstraintGeometry
8696
uses: actions/checkout@v2
8797
with:

0 commit comments

Comments
 (0)