Skip to content

CMake v3.30.0-rc3

Pre-release
Pre-release
Compare
Choose a tag to compare
@lukka lukka released this 15 Jun 07:11
· 17 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 using CMake version v3.30.0-rc3, e.g.:
   uses: lukka/get-cmake@latest
   with:
       cmakeVersion: latestrc

Enjoy!