Skip to content

Commit 4dcf28e

Browse files
committed
list all dirs in debug
1 parent 413f866 commit 4dcf28e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,8 @@ jobs:
9191
- name: Debug install tree
9292
if: runner.os == 'Linux'
9393
run: |
94-
echo "=== Listing install/CollisionAlgorithm ==="
95-
find $GITHUB_WORKSPACE/install -maxdepth 5 -type d -print
96-
echo "=== Listing cmake files ==="
97-
find $GITHUB_WORKSPACE/install -name "*Config.cmake" -print
98-
echo "=== Listing include ==="
99-
find $GITHUB_WORKSPACE/install -maxdepth 7 -type d -print
94+
echo "=== Listing Workspace ==="
95+
find $GITHUB_WORKSPACE -maxdepth 12 -type d -print
10096
10197
- name: Build and install ConstraintGeometry
10298
shell: bash

0 commit comments

Comments
 (0)