Skip to content

CMake v3.29.0-rc3

Compare
Choose a tag to compare
@lukka lukka released this 08 Mar 16:28
· 38 commits to main since this release

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 CMake version v3.29.0-rc3, e.g.:
   uses: lukka/get-cmake@latest
   with:
      cmakeVersion: latestrc  

Enjoy!