[email protected] - dump CMakeOutput.log and vcpkg's log into the workflow log
Changes:
The run-vcpkg
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 the v7
branch to stay on the most recent v7.x
version of this action, e.g., uses: lukka/run-vcpkg@v7