The get-cmake
action downloads and caches CMake and Ninja on your workflows. Versions can be specified using semantic versioning ranges using cmakeVersion
and ninjaVersion
inputs.
Changes:
latestrc
is now using CMake versionv3.31.0-rc3
, use this one-liner e.g.:
uses: lukka/get-cmake@latestrc
Enjoy!