Skip to content

Commit 9d76570

Browse files
committed
fix(workflow/linux-musl): update linux-musl-gpu vulkan installation to remove mesa-vulkan-drivers
1 parent ae8178c commit 9d76570

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
@@ -201,7 +201,7 @@ jobs:
201201
- name: linux-musl install vulkan
202202
if: matrix.name == 'linux-musl-gpu'
203203
run: |
204-
${{ matrix.arch == 'arm64' && 'docker exec alpine' || '' }} apk add --no-cache build-base mesa-vulkan-drivers vulkan-loader-dev vulkan-headers shaderc wget
204+
${{ matrix.arch == 'arm64' && 'docker exec alpine' || '' }} apk add --no-cache build-base vulkan-loader-dev vulkan-headers shaderc wget
205205
206206
wget https://sdk.lunarg.com/sdk/download/latest/linux/vulkan-sdk.tar.xz -O vulkan-sdk.tar.xz
207207
tar -xf vulkan-sdk.tar.xz

0 commit comments

Comments
 (0)