get-cmake icon indicating copy to clipboard operation
get-cmake copied to clipboard

Install and Cache latest CMake and Ninja for your workflows on your GitHub

Results 4 get-cmake issues
Sort by recently updated
recently updated
newest added

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.9.1. Changelog Sourced from @​actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 1.8.2 Update to v2.0.1 of...

dependencies

I would find it very handy to be able to test with several CMake versions, also versions for which you do not have specific releases. How about two input parameters...

For unclear reasons, `get-cmake` takes over 2 min on macos-14: ![image](https://github.com/lukka/get-cmake/assets/9496702/612edd39-c54e-4582-b2f5-3f36feb5e96f)

Thx for this action ! In some ubuntu runner I had the error with libidn11 not found (cmake3.3 and cmake 3.5). A hacky fix is to do : `sudo apt-get...

enhancement
help wanted