Ensure we have clang-format
installed on CI runners when generating bindings
#6594
Labels
clang-format
installed on CI runners when generating bindings
#6594
With the merge of realm/realm-core#7554 we'll need to ensure that any workflows which are generating C++ binding code has a
clang-format
executable installed. This is mostly a reminder to the next person upgrading core and wondering why generating the binding is failing.We should also update our contrib docs to mention the need to install it.
The text was updated successfully, but these errors were encountered: