Skip to content

Commit 6a447e1

Browse files
committed
Install mesa drivers before vulkan sdk
1 parent b437b30 commit 6a447e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-linux-cross.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
sudo wget -qO /etc/apt/sources.list.d/lunarg-vulkan-jammy.list \
3131
https://packages.lunarg.com/vulkan/lunarg-vulkan-jammy.list
3232
sudo apt-get update -y
33-
sudo apt-get install -y vulkan-sdk
33+
sudo apt-get install -y mesa-vulkan-drivers vulkan-sdk
3434
3535
- name: Build
3636
run: |

0 commit comments

Comments
 (0)