Closed Lord-Grey closed 5 months ago
Hey Lord-Grey, good catch!
I forgot to add the check for install_runtime
to the verification step:
https://github.com/jakoch/install-vulkan-sdk-action/blob/v1.0.3/src/main.ts#L177
The install step has it: https://github.com/jakoch/install-vulkan-sdk-action/blob/v1.0.3/src/main.ts#L82
Bugfix incoming.
Hi @jakoch
That is a great and simple to use action!
What is currently a bit confusing is, if I explicitly define "install_runtime: false" there is a warning issued " Could not find Vulkan Runtime". It would be great, if the warning is suppressed in the defined scenario.
Many thanks in advance!
Run jakoch/install-vulkan-sdk-action@v1.0.3 with: install_runtime: false cache: true stripdown: true env: ghcr: hyperion-project VCINSTALLDIR: C:\Program Files\Microsoft Visual Studio[2](https://github.com/hyperion-project/hyperion.ng/actions/runs/9520684623/job/26246483884#step:6:2)022\Enterprise\VC Destination: C:\VulkanSDK\ Latest Version: 1.3.283.0 π― [Cache] Cache for 'Vulkan SDK' not found. π½ Downloading Vulkan SDK 1.3.283.0
... π― [Cache] Saved Vulkan SDK in path: 'C:\VulkanSDK\1.3.283.0'. Cache Save ID: '409'. βοΈ [PATH] Added path to Vulkan SDK to environment variable PATH. βοΈ [ENV] Set env variable VULKAN_SDK -> "C:\VulkanSDK\1.3.283.0". βοΈ [ENV] Set env variable VULKAN_VERSION -> "1.3.283.0". Warning: Could not find Vulkan Runtime in C:\VulkanSDK\1.3.283.0\runtime β Done.