Releases: lukka/get-cmake
CMake v3.30.2
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 versionv3.30.2
, use this one-liner e.g.:
uses: lukka/get-cmake@latest
Enjoy!
CMake v3.30.1
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 versionv3.30.1
, use this one-liner e.g.:
uses: lukka/get-cmake@latest
Enjoy!
CMake v3.30.0
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 versionv3.30.0
, use this one-liner e.g.:
uses: lukka/get-cmake@latest
Enjoy!
CMake v3.30.0-rc4
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 versionv3.30.0-rc4
, e.g.:
uses: lukka/get-cmake@latest
with:
cmakeVersion: latestrc
Enjoy!
CMake v3.29.6
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 versionv3.29.6
, use this one-liner e.g.:
uses: lukka/get-cmake@latest
Enjoy!
CMake v3.30.0-rc3
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 versionv3.30.0-rc3
, e.g.:
uses: lukka/get-cmake@latest
with:
cmakeVersion: latestrc
Enjoy!
CMake v3.30.0-rc2
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 versionv3.30.0-rc2
, e.g.:
uses: lukka/get-cmake@latest
with:
cmakeVersion: latestrc
Enjoy!
CMake v3.29.5 and CMake v3.30.0-rc1
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 versionv3.29.5
, use this one-liner e.g.:
uses: lukka/get-cmake@latest
latestrc
is now using CMake versionv3.30.0-rc1
, e.g.:
uses: lukka/get-cmake@latest
with:
cmakeVersion: latestrc
Enjoy!
CMake v3.29.4
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 versionv3.29.4
, use this one-liner e.g.:
uses: lukka/get-cmake@latest
Enjoy!
Ninja v1.12.1
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 versionv1.12.1
Enjoy!