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 413f866 commit 4dcf28eCopy full SHA for 4dcf28e
.github/workflows/ci.yml
@@ -91,12 +91,8 @@ jobs:
91
- name: Debug install tree
92
if: runner.os == 'Linux'
93
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
+ echo "=== Listing Workspace ==="
+ find $GITHUB_WORKSPACE -maxdepth 12 -type d -print
100
101
- name: Build and install ConstraintGeometry
102
shell: bash
0 commit comments