File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -218,12 +218,11 @@ 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- ls
222221 - name : Configure E2E
223222 shell : cmd
224223 run : |
225224 mkdir build-e2e
226- 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"
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"
227226
228227 - name : Run End-to-End tests
229228 shell : bash
You can’t perform that action at this time.
0 commit comments