Skip to content

Releases: lukka/get-cmake

CMake v3.29.0-rc4

16 Mar 04: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 using cmakeVersion and ninjaVersion inputs.

Changes:

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

Enjoy!

CMake v3.29.0-rc3

08 Mar 16:28
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:

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

Enjoy!

Fixes and CMake v3.29.0-rc1

21 Feb 12:22
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 #123
  • latestrc is now CMake version v3.29.0-rc1, e.g.:
   uses: lukka/get-cmake@latest
   with:
      cmakeVersion: latestrc  

Enjoy!

CMake v3.28.3

06 Feb 15:22
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.3, 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.2

30 Jan 21:01
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.2, 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.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!