KhronosGroup / SPIRV-Reflect

SPIRV-Reflect is a lightweight library that provides a C/C++ reflection API for SPIR-V shader bytecode in Vulkan applications.
Apache License 2.0
675 stars 147 forks source link

Workaround for bazel bug and windows-latest runners #187

Closed dnovillo closed 1 year ago

dnovillo commented 1 year ago

There is a bazel bug that is affecting the windows-latest runners for github workflows. More details at https://github.com/actions/runner-images/issues/7675 and https://github.com/bazelbuild/bazel/issues/18592