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 9e76bad commit 99db646Copy full SHA for 99db646
.github/workflows/ci.yml
@@ -86,11 +86,11 @@ jobs:
86
if: runner.os == 'Linux'
87
run: |
88
echo "=== Listing install/CollisionAlgorithm ==="
89
- find $GITHUB_WORKSPACE/install/CollisionAlgorithm -maxdepth 3 -type d -print
+ find $GITHUB_WORKSPACE/install -maxdepth 5 -type d -print
90
echo "=== Listing cmake files ==="
91
- find $GITHUB_WORKSPACE/install/CollisionAlgorithm -name "*Config.cmake" -print
+ find $GITHUB_WORKSPACE/install -name "*Config.cmake" -print
92
echo "=== Listing include ==="
93
- find $GITHUB_WORKSPACE/install/CollisionAlgorithm/include -maxdepth 4 -type d -print
+ find $GITHUB_WORKSPACE/install -maxdepth 7 -type d -print
94
95
- name: Checkout ConstraintGeometry
96
uses: actions/checkout@v2
0 commit comments