Skip to content

Commit

Permalink
Update install_windows.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust committed Sep 27, 2024
1 parent 8cc5a88 commit 8843393
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/scripts/install_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ set URL=%1
if "%2"=="" (set COMPONENTS=default) else (set COMPONENTS=%2)
if "%3"=="" (set DIRECTORY=C:\temp\oneapi\) else (set DIRECTORY=%3)

echo %DIRECTORY%

curl.exe --output %TEMP%\webimage.exe --url %URL% --retry 5 --retry-delay 5
start /b /wait %TEMP%\webimage.exe -s -x -f webimage_extracted --log extract.log
del %TEMP%\webimage.exe
Expand Down

0 comments on commit 8843393

Please sign in to comment.