Skip to content

Commit 4dbf3fd

Browse files
committed
[ci] Removed debug step
1 parent 144f113 commit 4dbf3fd

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,6 @@ jobs:
112112
name: ${{ steps.sanitize.outputs.artifact_name }}
113113
path: ${{ env.WORKSPACE_ARTIFACT_PATH }}
114114

115-
- name: Debug install tree
116-
if: runner.os == 'Linux'
117-
run: |
118-
echo "=== Listing Workspace ==="
119-
find $GITHUB_WORKSPACE -maxdepth 3 -not -path '*/.*' -type d -print
120-
echo "=== Listing cmake files ==="
121-
find $GITHUB_WORKSPACE -name "*Config.cmake" -print
122-
123-
124115
- name: Set env vars for tests
125116
shell: bash
126117
run: |

0 commit comments

Comments
 (0)