Skip to content

Releases: lukka/get-cmake

CMake v3.27.6

27 Sep 05:34
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.6.

Enjoy!

CMake v3.27.4

24 Aug 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.27.4.

Enjoy!

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!