correct vulkan silent install
This commit is contained in:
parent
7e161f1dbf
commit
b4595f0022
|
|
@ -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 '/S'
|
||||
Start-Process -FilePath .\install.exe -ArgumentList '-c --am --al in'
|
||||
}
|
||||
|
||||
$vulkanPath = (Resolve-Path "C:\VulkanSDK\*").path
|
||||
|
|
|
|||
Loading…
Reference in New Issue