Skip to content

run-cmake v3.4 - dump CMakeOutput.log and vcpkg's log into the workflow log

Compare
Choose a tag to compare
@lukka lukka released this 22 Apr 06:46

Changes:

The run-cmake action accepts a list of regular expressions (in logCollectionRegExps input) that are used to identify log files and dump their content in the workflow log, to ease diagnosing failures. The default regular expressions are for CMake and vcpkg generated log files.

Note: to keep your workflow up to date with bug and security fixes, just use v3 branch to stay on the most recent v3.x version of this action, e.g., uses: lukka/run-cmake@v3