-
Hi, community. Normally, the vcpkg build is passing as expected. But some cases which has no local building environment brings unexpected failure in ci. For example, https://github.com/msclock/cppcheck-wheel/actions/runs/12085636523/job/33703271748#step:6:1018 It seems to output failure into the file Is there one way to output the failure in detail in ci automaically. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
Seems to need some patch changes into |
Beta Was this translation helpful? Give feedback.
-
You might simply change your CI script/action to process |
Beta Was this translation helpful? Give feedback.
You might simply change your CI script/action to process
${CMAKE_BINARY_DIR}/vcpkg_installed/vcpkg/issue_body.md
when a build step failed.