Skip to content

Releases: lukka/get-cmake

CMake v3.27.1

27 Jul 06:50
Compare
Choose a tag to compare

The get-cmake action downloads and caches CMake and Ninja on your workflows. Versions can be specified using semantic versioning ranges.

  • Changes:
    • get-cmake@latest is now using CMake version v3.27.1.

Enjoy!

CMake v3.27.0

19 Jul 02:03
Compare
Choose a tag to compare

The get-cmake action downloads and caches CMake and Ninja on your workflows. Versions can be specified using semantic versioning ranges.

  • Changes:
    • get-cmake@latest is now using CMake version v3.27.0.

Enjoy!

CMake v3.26.4

15 Jun 06:25
Compare
Choose a tag to compare

The get-cmake action downloads and caches CMake and Ninja on your workflows. Versions can be specified using semantic versioning ranges.

  • Changes:
    • get-cmake@latest is now using CMake version v3.26.4.

Enjoy!

CMake v3.26.3

22 Apr 03:12
Compare
Choose a tag to compare

The get-cmake action downloads and caches CMake and Ninja on your workflows. Versions can be specified using semantic versioning ranges.

  • Changes:
    • get-cmake@latest is now using CMake version v3.26.3.

Enjoy!

CMake v3.26.1

28 Mar 05:40
Compare
Choose a tag to compare

The get-cmake action downloads and caches CMake and Ninja on your workflows. Versions can be specified using semantic versioning ranges.

  • Changes:
    • get-cmake@latest is now using CMake version v3.26.1.

Enjoy!

CMake v3.26.0

20 Mar 06:30
Compare
Choose a tag to compare

The get-cmake action downloads and caches CMake and Ninja on your workflows. Versions can be specified using semantic versioning ranges.

  • Changes:
    • get-cmake@latest is now using CMake version v3.26.0.

Enjoy!

CMake v3.25.2

02 Feb 08:00
Compare
Choose a tag to compare

The get-cmake action downloads and caches CMake and Ninja on your workflows. Versions can be specified using semantic versioning ranges.

  • Changes:
    • get-cmake@latest is now using CMake version v3.25.2.

Enjoy!

Add support for local cache, useful for self-hosted runners

19 Dec 02:41
Compare
Choose a tag to compare

Changes:

  • added support for local cache, useful on self-hosted runners. By default it is disabled, and it can be enabled by using input useLocalCache:true.
  • Cloud based cache is still there and enabled by default. Just in case, workflows can opt-out by using: useCloudCache:false.

Enjoy!

ARM64 support for Linux and Windows

10 Dec 06:37
Compare
Choose a tag to compare

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

Changes:

  • Support ARM64 on Windows and Linux.

Enjoy!

Added semantic versioning ranges

05 Dec 02:49
Compare
Choose a tag to compare

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!