Skip to content

Commit c4ca6e0

Browse files
committed
print-version
1 parent 481b5bb commit c4ca6e0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ jobs:
183183
id: build
184184
# Emulate default value for manual dispatch as we've run out of available arguments.
185185
run: cmake --build $GITHUB_WORKSPACE/build --target ${{ inputs.build_target || 'sycl-toolchain' }}
186+
- run: $GITHUB_WORKSPACE/build/bin/clang++ --version
186187
- name: check-llvm
187188
if: always() && !cancelled() && contains(inputs.changes, 'llvm')
188189
run: |

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ jobs:
153153
shell: bash
154154
run: |
155155
cmake --build build --target ${{ inputs.build_target }}
156+
- run: build/bin/clang++ --version
156157
- name: check-llvm
157158
if: always() && !cancelled() && contains(inputs.changes, 'llvm')
158159
shell: bash

0 commit comments

Comments
 (0)