fixed install command

This commit is contained in:
Inforithmics 2025-09-20 09:37:25 +02:00
parent b4595f0022
commit 6e310d1cb6
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ jobs:
$ErrorActionPreference = "Stop"
if ("${{ steps.cache-install.outputs.cache-hit }}" -ne 'true') {
Invoke-WebRequest -Uri "${{ matrix.install }}" -OutFile "install.exe"
Start-Process -FilePath .\install.exe -ArgumentList '-c --am --al in'
Start-Process -FilePath .\install.exe -ArgumentList "-c","--am","--al","in" -NoNewWindow -Wait
}
$vulkanPath = (Resolve-Path "C:\VulkanSDK\*").path