We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf7d724 commit 1073081Copy full SHA for 1073081
.github/workflows/sycl-linux-build.yml
@@ -218,14 +218,10 @@ jobs:
218
# Emulate default value for manual dispatch as we've run out of available arguments.
219
run: cmake --build $GITHUB_WORKSPACE/build --target ${{ inputs.build_target || 'sycl-toolchain' }}
220
- run: $GITHUB_WORKSPACE/build/bin/clang++ --version
221
- - run: |
222
- echo $GITHUB_WORKSPACE
223
- pwd
224
- ls -lR > ls_output.txt
225
- uses: actions/upload-artifact@v6
226
with:
227
- name: ls_output
228
- path: ls_output.txt
+ name: compile_commands
+ path: $GITHUB_WORKSPACE/build/compile_commands.json
229
retention-days: 1
230
231
# - name: Run clang-tidy on modified files
0 commit comments