lukka / run-cmake

GitHub Action to build C++ applications with CMake (CMakePresets.json), Ninja and vcpkg on GitHub.
MIT License
182 stars 19 forks source link

warning message not highlighted when run with cmake workflows #143

Closed RTUnreal closed 2 months ago

RTUnreal commented 4 months ago

Hello, I have been using this action with the workflow option to run some tests for our project and I noticed a warning was not highlighted in the logs:

https://github.com/RTUnreal/OpenVR-AdvancedSettings/actions/runs/9735208658/job/26864160982#step:8:263

Thank you

lukka commented 4 months ago

Fix in https://github.com/lukka/run-cmake/pull/144 @RTUnreal could you test the fix with run-cmake@dev/fix143 ? Thanks!

RTUnreal commented 4 months ago

sorry for not responding sooner. it does seem to work with stable v10: https://github.com/RTUnreal/OpenVR-AdvancedSettings/actions/runs/9907242249/job/27370491252#step:8:242 with pinned commit: https://github.com/RTUnreal/OpenVR-AdvancedSettings/actions/runs/9907323632/job/27370758674#step:8:242

lukka commented 2 months ago

@RTUnreal fixed in run-cmake@v10.8. Let me know, thank you!