Skip to content

Commit ccb25dc

Browse files
committed
test
1 parent 7f72d7c commit ccb25dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ jobs:
9393
run: |
9494
echo "=== Listing Workspace ==="
9595
find $GITHUB_WORKSPACE -maxdepth 3 -not -path '*/.*' -type d -print
96+
echo "=== Listing cmake files ==="
97+
find $GITHUB_WORKSPACE/install -name "*Config.cmake" -print
9698
9799
- name: Build and install ConstraintGeometry
98100
shell: bash

0 commit comments

Comments
 (0)