Closed david-alvarez-rosa closed 1 year ago
Had to update the .clang_format because GitHub actions was using an Ubuntu with clang version 14, and the one that we had was for clang version 16.
.clang_format
clang
The failure of the new added clang-format action is expected — it's fixed in subsequent PR #55.
clang-format
Had to update the
.clang_format
because GitHub actions was using an Ubuntu withclang
version 14, and the one that we had was forclang
version 16.