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 6f1227a commit 4758f26Copy full SHA for 4758f26
.github/workflows/sycl-windows-build.yml
@@ -141,7 +141,7 @@ jobs:
141
- name: check-llvm
142
if: always() && !cancelled() && contains(inputs.changes, 'llvm')
143
run: |
144
- if "{{inputs.compiler}} == 'icx'"
+ if "${{inputs.compiler}} == 'icx'"
145
env LIT_FILTER="SYCL" cmake --build build --target check-llvm
146
else
147
cmake --build build --target check-llvm
0 commit comments