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
Cataloging current problems in CI, which are blocking merges and development.
CMake check broken due to missing docker image. Probably move this from a docker action to the setup-cmake action. Maybe use a local composite action.
Clang 3.4 broken due to GoogleTest
C++20 broken due to GoogleTest.
Solution to the GoogleTest issues likely is to move the GTest step to a download, and possibly use older GTest with older compilers. Wishing I'd used Catch2 now...
Cataloging current problems in CI, which are blocking merges and development.
Solution to the GoogleTest issues likely is to move the GTest step to a download, and possibly use older GTest with older compilers. Wishing I'd used Catch2 now...
Converted to Catch2 in #574.
The text was updated successfully, but these errors were encountered: