Skip to content

Commit 2d05433

Browse files
committed
Change path ... again
1 parent 02a95bf commit 2d05433

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
@@ -222,7 +222,7 @@ jobs:
222222
shell: cmd
223223
run: |
224224
mkdir build-e2e
225-
cmake -GNinja -B build-e2e -S"$env:GITHUB_WORKSPACE\src\sycl\test-e2e" -DCMAKE_CXX_COMPILER="clang++" -DLEVEL_ZERO_LIBS_DIR="D:\github\level-zero_win-sdk\lib" -DLEVEL_ZERO_INCLUDE="D:\github\level-zero_win-sdk\include" -DLLVM_LIT="$env:GITHUB_WORKSPACE\src\llvm\utils\lit\lit.py"
225+
cmake -GNinja -B build-e2e -S.\src\sycl\test-e2e -DCMAKE_CXX_COMPILER="clang++" -DLEVEL_ZERO_LIBS_DIR="D:\github\level-zero_win-sdk\lib" -DLEVEL_ZERO_INCLUDE="D:\github\level-zero_win-sdk\include" -DLLVM_LIT=..\src\llvm\utils\lit\lit.py
226226
227227
- name: Run End-to-End tests
228228
shell: bash

0 commit comments

Comments
 (0)