We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3081664 commit 4a4780bCopy full SHA for 4a4780b
1 file changed
.github/workflows/artifacts.yml
@@ -43,7 +43,7 @@ jobs:
43
run: |
44
cd mesa-$MESA_VERSION
45
46
- meson setup builddir/ --buildtype=release -Dprefix="${PWD}/install/" -Dgallium-drivers=llvmpipe -Dvulkan-drivers=lavapiipe -Dplatforms= -Dglx=disabled
+ meson setup builddir/ --buildtype=release -Dprefix="${PWD}/install/" -Dgallium-drivers=llvmpipe -Dvulkan-drivers=swrast -Dplatforms= -Dglx=disabled
47
48
- name: build
49
0 commit comments