8000 Release CMake v4.0.3 · lukka/get-cmake · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Compare
Choose a tag to compare
@lukka lukka released this 14 Jun 06:22
· 2 commits to main since this release
6b3e96a

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 v4.0.3, use this one-liner e.g.:
    uses: lukka/get-cmake@latest

Enjoy!

0