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.
windows-2025
1 parent 65e2a45 commit 2deaf6aCopy full SHA for 2deaf6a
.github/workflows/ci.yaml
@@ -169,6 +169,11 @@ jobs:
169
# install_lavapipe: true
170
env:
171
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
177
- if: ${{ runner.os == 'Linux' }}
178
name: Linux - Install native dependencies
179
run: sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev
0 commit comments