Skip to content

Commit c8bfa89

Browse files
rpnzlgreggman
authored andcommitted
Install mesa-vulkan-drivers and libvulkan1 for Linux LLVMPipe
1 parent 796a98e commit c8bfa89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
if: startsWith(matrix.config.name, 'Ubuntu')
8282
run: |
8383
sudo apt-get update
84-
sudo apt-get install cmake libxrandr-dev libxinerama-dev libxcursor-dev mesa-common-dev libx11-xcb-dev pkg-config nodejs npm
84+
sudo apt-get install cmake libxrandr-dev libxinerama-dev libxcursor-dev mesa-common-dev libx11-xcb-dev pkg-config nodejs npm mesa-vulkan-drivers libvulkan1
8585
cmake --version
8686
gcc --version
8787

0 commit comments

Comments
 (0)