Skip to content

Releases: lukka/get-cmake

CMake v3.29.4

04 Jun 02: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.29.4, use this one-liner e.g.:
   uses: lukka/get-cmake@latest

Enjoy!

Ninja v1.12.1

03 Jun 04:31
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 the #136
  • latest is now using Ninja version v1.12.1

Enjoy!

CMake v3.29.3

08 May 05:23
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.29.3, use this one-liner e.g.:
   uses: lukka/get-cmake@latest

Enjoy!

CMake v3.29.2

12 Apr 03:38
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.29.2, use this one-liner e.g.:
   uses: lukka/get-cmake@latest

Enjoy!

CMake v3.29.1

04 Apr 02:31
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.29.1, use this one-liner e.g.:
   uses: lukka/get-cmake@latest

Enjoy!

CMake v3.29.0

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

Changes:

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

Enjoy!

CMake v3.28.4

21 Mar 06:46
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.4, use this one-liner e.g.:
   uses: lukka/get-cmake@latest

Enjoy!

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!