File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments