Skip to content

Commit 1073081

Browse files
committed
Revert "ls-all"
This reverts commit cf7d724.
1 parent cf7d724 commit 1073081

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/sycl-linux-build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -218,14 +218,10 @@ jobs:
218218
# Emulate default value for manual dispatch as we've run out of available arguments.
219219
run: cmake --build $GITHUB_WORKSPACE/build --target ${{ inputs.build_target || 'sycl-toolchain' }}
220220
- run: $GITHUB_WORKSPACE/build/bin/clang++ --version
221-
- run: |
222-
echo $GITHUB_WORKSPACE
223-
pwd
224-
ls -lR > ls_output.txt
225221
- uses: actions/upload-artifact@v6
226222
with:
227-
name: ls_output
228-
path: ls_output.txt
223+
name: compile_commands
224+
path: $GITHUB_WORKSPACE/build/compile_commands.json
229225
retention-days: 1
230226

231227
# - name: Run clang-tidy on modified files

0 commit comments

Comments
 (0)