File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -163,14 +163,14 @@ jobs:
163163 stripdown : true
164164
165165 # FIXME(eddyb) consider using lavapipe instead, or even trying both.
166- install_swiftshader : true
167- # install_lavapipe: true
166+ # install_swiftshader: true
167+ install_lavapipe : true
168168 - if : ${{ runner.os == 'Windows' }}
169- name : Windows - Use SwiftShader as Vulkan driver
169+ name : Windows - Use Lavapipe as Vulkan driver
170170 # FIXME(eddyb) ideally `jakoch/install-vulkan-sdk-action` should do this.
171171 run : |
172- echo "C:/Swiftshader /" >> "$GITHUB_PATH"
173- echo "VK_DRIVER_FILES=C:/Swiftshader/vk_swiftshader_icd .json" >> "$GITHUB_ENV"
172+ echo "C:/Lavapipe /" >> "$GITHUB_PATH"
173+ echo "VK_DRIVER_FILES=C:/Lavapipe/share/vulkan/icd.d/lvp_icd.x86_64 .json" >> "$GITHUB_ENV"
174174 - if : ${{ runner.os == 'Linux' }}
175175 name : Linux - Install native dependencies
176176 run : sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev
You can’t perform that action at this time.
0 commit comments