mirror of
https://github.com/fumiama/base16384-sycl.git
synced 2026-06-05 00:32:49 +08:00
fix(ci): windows oneAPI installation
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
||||
if (Test-Path $installer) {
|
||||
Write-Host "Installer downloaded successfully"
|
||||
Write-Host "Installing Intel oneAPI Base Toolkit..."
|
||||
Start-Process -FilePath $installer -ArgumentList "--silent", "--eula", "accept", "--components", "intel.oneapi.win.dpcpp-compiler" -Wait
|
||||
Start-Process -FilePath $installer -ArgumentList "--eula", "accept" -Wait
|
||||
Write-Host "Installation completed"
|
||||
} else {
|
||||
Write-Error "Failed to download installer"
|
||||
|
||||
Reference in New Issue
Block a user