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 998616d commit 1e3e3abCopy full SHA for 1e3e3ab
.github/workflows/build-nabla.yml
@@ -364,6 +364,13 @@ jobs:
364
sparse-checkout: |
365
smoke
366
367
+ - name: Download VulkanSDK
368
+ uses: humbletim/setup-vulkan-sdk@v1.2.1
369
+ with:
370
+ vulkan-query-version: latest
371
+ vulkan-use-cache: true
372
+ vulkan-components: Vulkan-Headers, Vulkan-Loader
373
+
374
- name: Download Nabla install artifact
375
uses: actions/download-artifact@v4
376
with:
0 commit comments