We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30bd43 commit 988f4e6Copy full SHA for 988f4e6
.github/workflows/ci.yaml
@@ -165,12 +165,6 @@ jobs:
165
# FIXME(eddyb) consider using lavapipe instead, or even trying both.
166
install_swiftshader: true
167
# install_lavapipe: true
168
- - if: ${{ runner.os == 'Windows' }}
169
- name: Windows - Use SwiftShader as Vulkan driver
170
- # FIXME(eddyb) ideally `jakoch/install-vulkan-sdk-action` should do this.
171
- run: |
172
- echo "C:/Swiftshader/" >> "$GITHUB_PATH"
173
- echo "VK_DRIVER_FILES=C:/Swiftshader/vk_swiftshader_icd.json" >> "$GITHUB_ENV"
174
- if: ${{ runner.os == 'Linux' }}
175
name: Linux - Install native dependencies
176
run: sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev
0 commit comments