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 517ff43 commit 0e1394bCopy full SHA for 0e1394b
.github/workflows/ci.yaml
@@ -181,6 +181,11 @@ jobs:
181
sudo add-apt-repository ppa:kisak/turtle -y
182
sudo apt-get update
183
sudo apt install -y xvfb libgl1-mesa-dri libxcb-xfixes0-dev mesa-vulkan-drivers
184
+ - name: (Lavapipe) Register Driver
185
+ if: ${{ runner.os == 'Windows' }}
186
+ shell: pwsh
187
+ run: |
188
+ reg add "HKLM\SOFTWARE\Khronos\Vulkan\Drivers" /v "C:\lavapipe\share\vulkan\icd.d\lvp_icd.x86_64.json" /t REG_DWORD /d 0 /f
189
- name: Run vulkaninfoSDK
190
if: ${{ runner.os == 'Windows' }}
191
shell: pwsh
0 commit comments