Skip to content

Releases: lukka/get-cmake

CMake v3.28.1

15 Dec 05:16
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 using cmakeVersion and ninjaVersion inputs.

Changes:

  • fix for #98
  • latest is now using CMake version v3.28.1, use this one-liner e.g.:
   uses: lukka/get-cmake@latest

  • latestrc is now CMake version v3.28.0-rc6, e.g.:
   uses: lukka/get-cmake@latest
   with:
      cmakeVersion: latestrc  

Enjoy!

CMake v3.28.0

09 Dec 03: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 using cmakeVersion and ninjaVersion inputs.

Changes:

  • latest is now using CMake version v3.28.0, use this one-liner e.g.:
   uses: lukka/get-cmake@latest

  • latestrc is now CMake version v3.28.0-rc6, e.g.:
   uses: lukka/get-cmake@latest
   with:
      cmakeVersion: latestrc  

Enjoy!

CMake v3.27.9

01 Dec 07:43
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 using cmakeVersion and ninjaVersion inputs.

Changes:

  • latest is now using CMake version v3.27.9, use this one-liner e.g.:
   uses: lukka/get-cmake@latest

  • latestrc is now CMake version v3.28.0-rc6, e.g.:
   uses: lukka/get-cmake@latest
   with:
      cmakeVersion: latestrc  

Enjoy!

fix for #91: Windows/Powershell "Expand-Archive : is not a supported archive..."

06 Nov 00:06
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 (as well as main branch) contains the fix for #91

Enjoy!

CMake v3.27.7

07 Oct 05:06
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.7.

Enjoy!

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!