Skip to content

Commit 2deaf6a

Browse files
committed
ci: register vulkan driver in windows registry, required on windows-2025 runners
1 parent 65e2a45 commit 2deaf6a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,11 @@ jobs:
169169
# install_lavapipe: true
170170
env:
171171
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
172+
- if: ${{ runner.os == 'Windows' }}
173+
name: Windows - Register Driver in Registry
174+
shell: pwsh
175+
run: |
176+
reg add "HKLM\SOFTWARE\Khronos\Vulkan\Drivers" /v "$env:VK_DRIVER_FILES" /t REG_DWORD /d 0 /f
172177
- if: ${{ runner.os == 'Linux' }}
173178
name: Linux - Install native dependencies
174179
run: sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev

0 commit comments

Comments
 (0)