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
marcalff
added
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
and removed
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
labels
Jan 8, 2025
Very often, the CI on windows fails and returns an non 0 return code to the github worker.
For example:
end with:
Note that the CI runs the example code, as in:
and failures happen after the example code is executed (it prints output visible in the logs).
Root cause:
main()
do not return a proper value.For example in examples/simple/main.cc:
The text was updated successfully, but these errors were encountered: