Skip to content

CMake v3.31.0-rc3

Pre-release
Pre-release
Compare
Choose a tag to compare
@lukka lukka released this 30 Oct 05:12
· 10 commits to main since this release
4a31d20

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

Enjoy!