Skip to content

Commit 3081664

Browse files
authored
Update Gallium and Vulkan drivers in setup
1 parent 5344090 commit 3081664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
cd mesa-$MESA_VERSION
4545
46-
meson setup builddir/ --buildtype=release -Dprefix="${PWD}/install/" -Dgallium-drivers=swrast -Dvulkan-drivers=swrast -Dplatforms= -Dglx=disabled
46+
meson setup builddir/ --buildtype=release -Dprefix="${PWD}/install/" -Dgallium-drivers=llvmpipe -Dvulkan-drivers=lavapiipe -Dplatforms= -Dglx=disabled
4747
4848
- name: build
4949
run: |

0 commit comments

Comments
 (0)