We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52c7bb1 commit 8fb62b4Copy full SHA for 8fb62b4
1 file changed
.github/workflows/build-llama-server.yml
@@ -239,7 +239,7 @@ jobs:
239
# shaderc (provides glslc) is in the universe repo — enable it first
240
sudo add-apt-repository universe -y
241
sudo apt-get update
242
- sudo apt-get install -y libvulkan-dev glslang-tools spirv-tools shaderc
+ sudo apt-get install -y libvulkan-dev glslang-tools spirv-tools
243
fi
244
245
- name: Install CUDA toolkit (Linux)
@@ -378,6 +378,7 @@ jobs:
378
Write-Host "🔍 Version:"
379
& $exe.FullName --version
380
# llama-server --version may exit with code 1 in recent builds — that's expected
381
+ $global:LASTEXITCODE = 0
382
Write-Host "✅ Smoke test passed"
383
384
- name: Upload artifact
0 commit comments