You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out the GitHub actions Windows and macOS environment does not have Vulkan installed. That make sense - macOS don't generally have MoltenVK installed.
Right now during tests, if we fail to load the vulkan library, or if instance creation fails for any reason, it simply returns from the test and mark it as success.
We should probably figure out a way to install Vulkan environment on Windows & macOS.
Turns out the GitHub actions Windows and macOS environment does not have Vulkan installed. That make sense - macOS don't generally have MoltenVK installed.
vulkano/vulkano/src/tests.rs
Line 19 in 741a506
Right now during tests, if we fail to load the vulkan library, or if instance creation fails for any reason, it simply returns from the test and mark it as success.
We should probably figure out a way to install Vulkan environment on Windows & macOS.
#1841 (comment)
#1876 (comment)
The text was updated successfully, but these errors were encountered: