correct vulkan install

This commit is contained in:
Inforithmics 2025-09-20 09:16:54 +02:00
parent d1125ea349
commit 7e161f1dbf
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 /S
Start-Process -FilePath .\install.exe -ArgumentList '/S'
}
$vulkanPath = (Resolve-Path "C:\VulkanSDK\*").path