Skip to content

Commit 0e1394b

Browse files
committed
test2
1 parent 517ff43 commit 0e1394b

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
@@ -181,6 +181,11 @@ jobs:
181181
sudo add-apt-repository ppa:kisak/turtle -y
182182
sudo apt-get update
183183
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
184189
- name: Run vulkaninfoSDK
185190
if: ${{ runner.os == 'Windows' }}
186191
shell: pwsh

0 commit comments

Comments
 (0)