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:
latest
is now using CMake versionv3.30.2
, use this one-liner e.g.:
uses: lukka/get-cmake@latest
Enjoy!