-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clang missing the libc++ #3
Comments
Could it be that libc++ is not installed on GitHub Actions runners? Can you try installing the |
I tried to install libc++-13-dev, libc++-dev is installed and I use clang13 version. but it installs failed.
https://github.com/netcan/config-loader/runs/4714090393?check_suite_focus=true |
I'm hitting the same issue with Ubuntu images on github. |
hello, I using clang to compile my code, compile with libc++:
it works in my localhost, but does not work in github action(it loses a lot of system headers, https://github.com/netcan/config-loader/runs/4703563002?check_suite_focus=true). When I remove the CMake code above, It works in github action but compiles failed in my localhost(I have checked it must compile with clang system headers, using libc++).
so how to keep the same CMake in localhost and github action?
https://github.com/netcan/config-loader/blob/c%2B%2B20/CMakeLists.txt#L12
The text was updated successfully, but these errors were encountered: