-
Notifications
You must be signed in to change notification settings - Fork 58
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
CI: adding GitHub Actions runners #274
base: master
Are you sure you want to change the base?
Conversation
On top the error: what I don't get is why I get GCC from chocolatey on Windows and not MSVC. On similar actions that is does happen. Do you happened to know what is going on @wolfv ? |
@JohanMabille I'm trying to debug segmentation faults I have been having elsewhere tdegeus/test_pybind#6 . However, I cannot even get the tests to be properly linked on Windows. Do you know what goes wrong? |
Not really, I'm not used to GHA yet. Why not adding a job in the already existing appveyor config? |
Because I thought that GHA would be by far the simplest to reproduce the segmentation faults ;) But you are right, maybe I should pass by appveyor. |
Also do not hesitate to comment out the others jobs so you don't lose too much time when pushing commits to reproduce the issue. |
The problem is that I know a quite a bit of GH Actions but not of appveyor : #278 |
This highlights:
'_snprintf': is not a member of 'std'
, see error C2039: '_snprintf': is not a member of 'std' - Windows nlohmann/json#1408