setup-vulkan-sdk
setup-vulkan-sdk copied to clipboard
github action that provisions the Vulkan SDK and configures VULKAN_SDK environment variable
- update action dependencies to avoid deprecation warnings - add more error checking and preflight checks around SDK webservice assumptions
This action has been working fine for me until yesterday, but now I can't get it to succeed anymore. It fails with the following error: `2022-10-26T07:23:34.7120775Z parse error: Invalid numeric...
currently waiting to see what upstream does; see: https://github.com/seanmiddleditch/gha-setup-vsdevenv/pull/15
This action throws deprecation notice related to `actions/cache` due to Node.js 12 being deprecated.
Hi there, I needed shaderc for building my project so I implemented it here. It took a lot of attempts so I made this new branch with a nice clean...
It seems setup-vulkan-sdk v1.2.0 still uses cache@v2 and I still get these annoying warnings on all my CI. Can you please let me know when will a release be available...
Holding off on stamping a `v1.2.1` official release pending further investigation into the emergent #19 legacy version Mac build failures. Note: that latest round of *node.js deprecation warnings* have been...
While currently only affecting local CI tests, there is a remaining node.js deprecation warning that could potentially become an error message later and halt workflows. However, the component in question...
Hi everyone! There seems to be a recent issue building SPIRV-Tools on macOS. While unrelated to this PR, I typically run a final "CI build" on different platforms before releasing....
Hello, I know it's probably a minor set of the users but I needed to make sure that my project using Vulkan would also compile for Win32. This didn't seem...