Releases: lukka/get-cmake
CMake v3.29.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 CMake versionv3.29.0-rc4
, e.g.:
uses: lukka/get-cmake@latest
with:
cmakeVersion: latestrc
Enjoy!
CMake v3.29.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 CMake versionv3.29.0-rc3
, e.g.:
uses: lukka/get-cmake@latest
with:
cmakeVersion: latestrc
Enjoy!
Fixes and CMake v3.29.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:
- Fix for #123
latestrc
is now CMake versionv3.29.0-rc1
, e.g.:
uses: lukka/get-cmake@latest
with:
cmakeVersion: latestrc
Enjoy!
CMake v3.28.3
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.28.3
, use this one-liner e.g.:
uses: lukka/get-cmake@latest
latestrc
is now CMake versionv3.28.0-rc6
, e.g.:
uses: lukka/get-cmake@latest
with:
cmakeVersion: latestrc
Enjoy!
CMake v3.28.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.28.2
, use this one-liner e.g.:
uses: lukka/get-cmake@latest
latestrc
is now CMake versionv3.28.0-rc6
, e.g.:
uses: lukka/get-cmake@latest
with:
cmakeVersion: latestrc
Enjoy!
CMake v3.28.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 #98
latest
is now using CMake versionv3.28.1
, use this one-liner e.g.:
uses: lukka/get-cmake@latest
latestrc
is now CMake versionv3.28.0-rc6
, e.g.:
uses: lukka/get-cmake@latest
with:
cmakeVersion: latestrc
Enjoy!
CMake v3.28.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.28.0
, use this one-liner e.g.:
uses: lukka/get-cmake@latest
latestrc
is now CMake versionv3.28.0-rc6
, e.g.:
uses: lukka/get-cmake@latest
with:
cmakeVersion: latestrc
Enjoy!
CMake v3.27.9
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.27.9
, use this one-liner e.g.:
uses: lukka/get-cmake@latest
latestrc
is now CMake versionv3.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..."
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 asmain
branch) contains the fix for #91
Enjoy!
CMake v3.27.7
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 versionv3.27.7
.
Enjoy!