Skip to content

Commit 402416f

Browse files
committed
fix(workflow/linux-musl): update linux-musl-gpu vulkan installation to include build-base and remove unnecessary packages
1 parent 1adbd7c commit 402416f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
201201
- name: linux-musl install vulkan
202202
if: matrix.name == 'linux-musl-gpu'
203-
run: ${{ matrix.arch == 'arm64' && 'docker exec alpine' || '' }} apk add --no-cache vulkan-headers vulkan-loader-dev shaderc vulkan-loader vulkan-tools mesa-demos glslang mesa-vulkan-layers vulkan-utility-libraries vulkan-validation-layers
203+
run: ${{ matrix.arch == 'arm64' && 'docker exec alpine' || '' }} apk add --no-cache build-base vulkan-loader-dev vulkan-headers shaderc
204204

205205
- name: cache llama.cpp build
206206
id: cache-llama

0 commit comments

Comments
 (0)