mirror of
https://github.com/ollama/ollama.git
synced 2026-04-26 02:36:09 +02:00
correct vulkan install
This commit is contained in:
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user