Skip to content

Commit 4758f26

Browse files
committed
test
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 6f1227a commit 4758f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
- name: check-llvm
142142
if: always() && !cancelled() && contains(inputs.changes, 'llvm')
143143
run: |
144-
if "{{inputs.compiler}} == 'icx'"
144+
if "${{inputs.compiler}} == 'icx'"
145145
env LIT_FILTER="SYCL" cmake --build build --target check-llvm
146146
else
147147
cmake --build build --target check-llvm

0 commit comments

Comments
 (0)