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 4dcf28e commit 2b9ad73Copy full SHA for 2b9ad73
.github/workflows/ci.yml
@@ -92,7 +92,7 @@ jobs:
92
if: runner.os == 'Linux'
93
run: |
94
echo "=== Listing Workspace ==="
95
- find $GITHUB_WORKSPACE -maxdepth 12 -type d -print
+ find $GITHUB_WORKSPACE -maxdepth 5 -not -path '*/.*' -type d -print
96
97
- name: Build and install ConstraintGeometry
98
shell: bash
0 commit comments