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 7f72d7c commit ccb25dcCopy full SHA for ccb25dc
.github/workflows/ci.yml
@@ -93,6 +93,8 @@ jobs:
93
run: |
94
echo "=== Listing Workspace ==="
95
find $GITHUB_WORKSPACE -maxdepth 3 -not -path '*/.*' -type d -print
96
+ echo "=== Listing cmake files ==="
97
+ find $GITHUB_WORKSPACE/install -name "*Config.cmake" -print
98
99
- name: Build and install ConstraintGeometry
100
shell: bash
0 commit comments