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 c9c774f commit 255d0adCopy full SHA for 255d0ad
.github/workflows/sycl-linux-build.yml
@@ -189,6 +189,7 @@ jobs:
189
- name: check-llvm
190
if: always() && !cancelled() && contains(inputs.changes, 'llvm')
191
env:
192
+ # Can't inline to support possible quotes inside:
193
BUILD_CONFIGURE_EXTRA_ARGS: ${{ inputs.build_configure_extra_args }}
194
run: |
195
if [[ "${BUILD_CONFIGURE_EXTRA_ARGS}" == *"--use-libcxx"* ]]; then
@@ -200,6 +201,7 @@ jobs:
200
201
- name: check-clang
202
if: always() && !cancelled() && contains(inputs.changes, 'clang')
203
204
205
206
207
# Can we move this to Dockerfile? Hopefully, noop on Windows.
0 commit comments