Skip to content

CMake v3.19.2

Compare
Choose a tag to compare
@lukka lukka released this 23 Dec 16:30
· 123 commits to main since this release

The action downloads and caches both CMake and Ninja.

To keep your workflow updated to last CMake and Ninja use:
uses: lukka/get-cmake@latest

Or pin your workflow to a CMake version:
uses: lukka/[email protected]
The version of Ninja is the last at the time of the CMake release.
Enjoy!