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 144f113 commit 4dbf3fdCopy full SHA for 4dbf3fd
.github/workflows/ci.yml
@@ -112,15 +112,6 @@ jobs:
112
name: ${{ steps.sanitize.outputs.artifact_name }}
113
path: ${{ env.WORKSPACE_ARTIFACT_PATH }}
114
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
124
- name: Set env vars for tests
125
shell: bash
126
run: |
0 commit comments