Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Update actions/checkout in GitHub Actions to v4 * Add workaround for incompatibilities between Clang and libstdc++ See <actions/runner-images#8659> for more information. Currently, Clang and libstdc++ provided by the GitHub Actions runner image are incompatible. The basic idea of this workaround is to remove the incompatible g++ 13 and its C++ standard library and replace that with a compatible version of libstdc++.
- Loading branch information