Skip to content

Commit 640e5e6

Browse files
committed
setup more debug
1 parent 031cc9e commit 640e5e6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,6 @@ 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 -maxdepth 5 -type d -print
90-
echo "=== Listing cmake files ==="
91-
find $GITHUB_WORKSPACE/install -name "*Config.cmake" -print
92-
echo "=== Listing include ==="
93-
find $GITHUB_WORKSPACE/install -maxdepth 7 -type d -print
94-
9585
- name: Checkout ConstraintGeometry
9686
uses: actions/checkout@v2
9787
with:
@@ -123,6 +113,16 @@ jobs:
123113
ninja install
124114
fi
125115
116+
- name: Debug install tree
117+
if: runner.os == 'Linux'
118+
run: |
119+
echo "=== Listing install/CollisionAlgorithm ==="
120+
find $GITHUB_WORKSPACE/install -maxdepth 5 -type d -print
121+
echo "=== Listing cmake files ==="
122+
find $GITHUB_WORKSPACE/install -name "*Config.cmake" -print
123+
echo "=== Listing include ==="
124+
find $GITHUB_WORKSPACE/install -maxdepth 7 -type d -print
125+
126126
- name: Set env vars for tests
127127
shell: bash
128128
run: |

0 commit comments

Comments
 (0)