Skip to content

Commit 255d0ad

Browse files
committed
address feedback
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent c9c774f commit 255d0ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ jobs:
189189
- name: check-llvm
190190
if: always() && !cancelled() && contains(inputs.changes, 'llvm')
191191
env:
192+
# Can't inline to support possible quotes inside:
192193
BUILD_CONFIGURE_EXTRA_ARGS: ${{ inputs.build_configure_extra_args }}
193194
run: |
194195
if [[ "${BUILD_CONFIGURE_EXTRA_ARGS}" == *"--use-libcxx"* ]]; then
@@ -200,6 +201,7 @@ jobs:
200201
- name: check-clang
201202
if: always() && !cancelled() && contains(inputs.changes, 'clang')
202203
env:
204+
# Can't inline to support possible quotes inside:
203205
BUILD_CONFIGURE_EXTRA_ARGS: ${{ inputs.build_configure_extra_args }}
204206
run: |
205207
# Can we move this to Dockerfile? Hopefully, noop on Windows.

0 commit comments

Comments
 (0)