Skip to content

Releases: lukka/get-cmake

CMake v3.30.3

30 Aug 10:10
070a050
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.30.3, use this one-liner e.g.:
    uses: lukka/get-cmake@latest

Enjoy!

CMake v3.30.2

05 Aug 13:36
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.30.2, use this one-liner e.g.:
    uses: lukka/get-cmake@latest

Enjoy!

CMake v3.30.1

19 Jul 07:51
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.30.1, use this one-liner e.g.:
    uses: lukka/get-cmake@latest

Enjoy!

CMake v3.30.0

03 Jul 06:32
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.30.0, use this one-liner e.g.:
    uses: lukka/get-cmake@latest

Enjoy!

CMake v3.30.0-rc4

25 Jun 05:42
Compare
Choose a tag to compare
CMake v3.30.0-rc4 Pre-release
Pre-release

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 using CMake version v3.30.0-rc4, e.g.:
   uses: lukka/get-cmake@latest
   with:
       cmakeVersion: latestrc

Enjoy!

CMake v3.29.6

18 Jun 16: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:

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

Enjoy!

CMake v3.30.0-rc3

15 Jun 07:11
Compare
Choose a tag to compare
CMake v3.30.0-rc3 Pre-release
Pre-release

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 using CMake version v3.30.0-rc3, e.g.:
   uses: lukka/get-cmake@latest
   with:
       cmakeVersion: latestrc

Enjoy!

CMake v3.30.0-rc2

13 Jun 05:16
Compare
Choose a tag to compare
CMake v3.30.0-rc2 Pre-release
Pre-release

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 using CMake version v3.30.0-rc2, e.g.:
   uses: lukka/get-cmake@latest
   with:
       cmakeVersion: latestrc

Enjoy!

CMake v3.29.5 and CMake v3.30.0-rc1

07 Jun 07:21
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.5, use this one-liner e.g.:
    uses: lukka/get-cmake@latest
  • latestrc is now using CMake version v3.30.0-rc1, e.g.:
   uses: lukka/get-cmake@latest
   with:
       cmakeVersion: latestrc

Enjoy!

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!