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