Hello, I've been using this action in my repository and it seems to have started failing, making all builds and PRs fail.
I have tried deleting the Github Actions cache and rerunning the jobs but they're still failing.
Fixed, had to change the invocation to use vulkan-components: Vulkan-Headers, Vulkan-Loader, SPIRV-Tools, Glslang instead after a recent change to glslang
Hello, I've been using this action in my repository and it seems to have started failing, making all builds and PRs fail. I have tried deleting the Github Actions cache and rerunning the jobs but they're still failing.
All our workflows use the action like this:
Our relevant Github workflows can be found here: https://github.com/wheremyfoodat/Panda3DS/tree/master/.github/workflows I've also attached the log generated by the vulkan setup action here: setup_vulkan_log.txt
If you'd prefer to see the full CI log for this particular run then you can find it here: https://github.com/wheremyfoodat/Panda3DS/actions/runs/6631468473/job/18015376439?pr=328