Releases: lukka/get-cmake
CMake v3.27.6
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.6
.
Enjoy!
CMake v3.27.4
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.4
.
Enjoy!
CMake v3.27.1
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.1
.
Enjoy!
CMake v3.27.0
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.0
.
Enjoy!
CMake v3.26.4
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.26.4
.
Enjoy!
CMake v3.26.3
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.26.3
.
Enjoy!
CMake v3.26.1
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.26.1
.
Enjoy!
CMake v3.26.0
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.26.0
.
Enjoy!
CMake v3.25.2
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.25.2
.
Enjoy!
Add support for local cache, useful for self-hosted runners
Changes:
- added support for local cache, useful on self-hosted runners. By default it is disabled, and it can be enabled by using input
useLocalCache:true
. - Cloud based cache is still there and enabled by default. Just in case, workflows can opt-out by using:
useCloudCache:false
.
Enjoy!