We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b85a39f commit 20e36d5Copy full SHA for 20e36d5
1 file changed
.github/workflows/main.yml
@@ -346,10 +346,10 @@ jobs:
346
run: |
347
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
348
if "${{ matrix.name }}" == "windows-sycl" (
349
- if exist "%ONEAPI_ROOT%\setvars.bat" (
350
- call "%ONEAPI_ROOT%\setvars.bat"
+ if exist "%ONEAPI_ROOT%\\setvars.bat" (
+ call "%ONEAPI_ROOT%\\setvars.bat"
351
) else (
352
- echo OneAPI setvars.bat not found at %ONEAPI_ROOT%\setvars.bat
+ echo OneAPI setvars.bat not found at "%ONEAPI_ROOT%\\setvars.bat"
353
dir "%ONEAPI_ROOT%"
354
)
355
where icx
0 commit comments