mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-04-18 15:33:10 +02:00

Ubuntu 18.04 is deprecated on GitHub Actions. Additionally: - Install 'clang' to get the latest clang toolchain. - Use -gdwarf-4 so Valgrind understands the debug information. - Install latest version of gtest (v1.13.0). - Show compile and link commands when building. - `cat` Valgrind output on error.