Skip to content

Commit fdbade1

Browse files
committed
Run sycl-ls in windows build-stage
1 parent a6705d2 commit fdbade1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,10 @@ jobs:
218218
- name: Setup SYCL toolchain
219219
run: |
220220
echo "PATH=$env:GITHUB_WORKSPACE\\install\\bin;$env:PATH" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
221+
- run: |
222+
sycl-ls
223+
- run: |
224+
sycl-ls --verbose
221225
- name: Configure E2E
222226
shell: cmd
223227
run: |

0 commit comments

Comments
 (0)