lukka / run-cmake

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

warning message not highlighted when run with cmake workflows #143

Open RTUnreal opened 6 days ago

RTUnreal commented 6 days 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 days ago

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