Skip to content

Commit 99db646

Browse files
committed
continue debug
1 parent 9e76bad commit 99db646

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ jobs:
8686
if: runner.os == 'Linux'
8787
run: |
8888
echo "=== Listing install/CollisionAlgorithm ==="
89-
find $GITHUB_WORKSPACE/install/CollisionAlgorithm -maxdepth 3 -type d -print
89+
find $GITHUB_WORKSPACE/install -maxdepth 5 -type d -print
9090
echo "=== Listing cmake files ==="
91-
find $GITHUB_WORKSPACE/install/CollisionAlgorithm -name "*Config.cmake" -print
91+
find $GITHUB_WORKSPACE/install -name "*Config.cmake" -print
9292
echo "=== Listing include ==="
93-
find $GITHUB_WORKSPACE/install/CollisionAlgorithm/include -maxdepth 4 -type d -print
93+
find $GITHUB_WORKSPACE/install -maxdepth 7 -type d -print
9494
9595
- name: Checkout ConstraintGeometry
9696
uses: actions/checkout@v2

0 commit comments

Comments
 (0)