Skip to content

CMake v3.28.3

Compare
Choose a tag to compare
@lukka lukka released this 06 Feb 15:22
· 44 commits to latest 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:

  • latest is now using CMake version v3.28.3, use this one-liner e.g.:
   uses: lukka/get-cmake@latest

  • latestrc is now CMake version v3.28.0-rc6, e.g.:
   uses: lukka/get-cmake@latest
   with:
      cmakeVersion: latestrc  

Enjoy!