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 64b8282 commit 5d2ce94Copy full SHA for 5d2ce94
.github/workflows/ci.yaml
@@ -169,12 +169,6 @@ jobs:
169
# install_lavapipe: true
170
env:
171
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
172
- - if: ${{ runner.os == 'Windows' }}
173
- name: Windows - Use SwiftShader as Vulkan driver
174
- # FIXME(eddyb) ideally `jakoch/install-vulkan-sdk-action` should do this.
175
- run: |
176
- echo "C:/Swiftshader/" >> "$GITHUB_PATH"
177
- echo "VK_DRIVER_FILES=C:/Swiftshader/vk_swiftshader_icd.json" >> "$GITHUB_ENV"
178
- if: ${{ runner.os == 'Linux' }}
179
name: Linux - Install native dependencies
180
run: sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev
0 commit comments