Skip to content
Compare
Choose a tag to compare
@lukka lukka released this 09 Oct 08:09
· 2 commits to main since this release
b516803

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 version v3.30.5, use this one-liner e.g.:
    uses: lukka/get-cmake@latest

Enjoy!