johnnynunez/Setup Vulkan SDK (Multi Arch)
Automatically builds Vulkan SDK components from source.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Feb 16, 2025
- License
- MIT
Pinned Snippet
uses: johnnynunez/setup-vulkan-sdk@05a07ae7bbb81a6ef4f47ebe3f3c62555f966f04 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| vulkan-config-file | Vulkan SDK configuration path (prefer this to relying on vulkan-query-version lookup) | no | "" |
| vulkan-query-version | Vulkan SDK release version (download configuration file from LunarG web services) | no | "" |
| vulkan-components | specify which Vulkan SDK components to install, e.g. Vulkan-Headers, Vulkan-Loader, Glslang | yes | Vulkan-Headers, Vulkan-Loader |
| vulkan-use-cache | specify whether to cache VULKAN_SDK/ results between runs (using github actions/cache) | no | false |
Outputs
no outputs