Skip to content

Added semantic versioning ranges

Compare
Choose a tag to compare
@lukka lukka released this 05 Dec 02:49
· 87 commits to main since this release

The action downloads and caches CMake and Ninja on your workflows.

Changes:

  • versions can be specified using semantic versioning ranges, e.g., ~3.25.0 to use latest 3.25 release.
  • added latest and latestrc as special versions for the last stable or candidate release.
  • latest CMake is v3.25.1.
  • latest Ninja is v1.11.1.

Enjoy!