Skip to content

Commit 988f4e6

Browse files
committed
ci: remove swiftshader setup
the action exports `VK_DRIVER_FILES` on its own now: jakoch/install-vulkan-sdk-action#545
1 parent a30bd43 commit 988f4e6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,6 @@ jobs:
165165
# FIXME(eddyb) consider using lavapipe instead, or even trying both.
166166
install_swiftshader: true
167167
# 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"
174168
- if: ${{ runner.os == 'Linux' }}
175169
name: Linux - Install native dependencies
176170
run: sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev

0 commit comments

Comments
 (0)