File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments