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 @@ -162,14 +162,14 @@ jobs:
162162 stripdown : true
163163
164164 # FIXME(eddyb) consider using lavapipe instead, or even trying both.
165- install_swiftshader : true
166- # install_lavapipe: true
165+ # install_swiftshader: true
166+ install_lavapipe : true
167167 - if : ${{ runner.os == 'Windows' }}
168- name : Windows - Use SwiftShader as Vulkan driver
168+ name : Windows - Use Lavapipe as Vulkan driver
169169 # FIXME(eddyb) ideally `jakoch/install-vulkan-sdk-action` should do this.
170170 run : |
171- echo "C:/Swiftshader /" >> "$GITHUB_PATH"
172- echo "VK_DRIVER_FILES=C:/Swiftshader/vk_swiftshader_icd .json" >> "$GITHUB_ENV"
171+ echo "C:/Lavapipe /" >> "$GITHUB_PATH"
172+ echo "VK_DRIVER_FILES=C:/Lavapipe/share/vulkan/icd.d/lvp_icd.x86_64 .json" >> "$GITHUB_ENV"
173173 - if : ${{ runner.os == 'Linux' }}
174174 name : Linux - Install native dependencies
175175 run : sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev
You can’t perform that action at this time.
0 commit comments