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 1e3e3ab commit e28ffedCopy full SHA for e28ffed
.github/workflows/build-nabla.yml
@@ -365,11 +365,15 @@ jobs:
365
smoke
366
367
- name: Download VulkanSDK
368
- uses: humbletim/setup-vulkan-sdk@v1.2.1
+ uses: jakoch/install-vulkan-sdk-action@v1
369
with:
370
- vulkan-query-version: latest
371
- vulkan-use-cache: true
372
- vulkan-components: Vulkan-Headers, Vulkan-Loader
+ install_runtime: true
+ cache: false
+ 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
377
378
- name: Download Nabla install artifact
379
uses: actions/download-artifact@v4
0 commit comments