Skip to content

Commit e28ffed

Browse files
committed
add lavapipe driver, use different action for installing vulkansdk
1 parent 1e3e3ab commit e28ffed

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/build-nabla.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -365,11 +365,15 @@ jobs:
365365
smoke
366366
367367
- name: Download VulkanSDK
368-
uses: humbletim/setup-vulkan-sdk@v1.2.1
368+
uses: jakoch/install-vulkan-sdk-action@v1
369369
with:
370-
vulkan-query-version: latest
371-
vulkan-use-cache: true
372-
vulkan-components: Vulkan-Headers, Vulkan-Loader
370+
install_runtime: true
371+
cache: false
372+
stripdown: true
373+
install_lavapipe: true
374+
375+
- name: Add lavapipe driver
376+
run: reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Khronos\Vulkan\Drivers" /v "C:\lavapipe\share\vulkan\icd.d\lvp_icd.x86_64.json" /t REG_DWORD /d 0 /f
373377

374378
- name: Download Nabla install artifact
375379
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)