mirror of
https://github.com/actions/runner-images.git
synced 2026-01-01 06:48:14 +08:00
committed by
GitHub
parent
18a0044012
commit
6d4f6ceff4
@@ -14,11 +14,11 @@ if command -v cmake; then
|
||||
echo "cmake is already installed"
|
||||
else
|
||||
# Download script to install CMake
|
||||
download_url=$(resolve_github_release_asset_url "Kitware/CMake" "endswith(\"inux-x86_64.sh\")" "latest")
|
||||
download_url=$(resolve_github_release_asset_url "Kitware/CMake" "endswith(\"inux-x86_64.sh\")" "3.31.6")
|
||||
curl -fsSL "${download_url}" -o cmakeinstall.sh
|
||||
|
||||
# Supply chain security - CMake
|
||||
hash_url=$(resolve_github_release_asset_url "Kitware/CMake" "endswith(\"SHA-256.txt\")" "latest")
|
||||
hash_url=$(resolve_github_release_asset_url "Kitware/CMake" "endswith(\"SHA-256.txt\")" "3.31.6")
|
||||
external_hash=$(get_checksum_from_url "$hash_url" "linux-x86_64.sh" "SHA256")
|
||||
use_checksum_comparison "cmakeinstall.sh" "$external_hash"
|
||||
|
||||
|
||||
@@ -403,6 +403,7 @@
|
||||
},
|
||||
{
|
||||
"name": "cmake.install",
|
||||
"version": "3.31.6",
|
||||
"args": [ "--installargs", "ADD_CMAKE_TO_PATH=\"System\"" ]
|
||||
},
|
||||
{ "name": "imagemagick" },
|
||||
|
||||
@@ -327,6 +327,7 @@
|
||||
},
|
||||
{
|
||||
"name": "cmake.install",
|
||||
"version": "3.31.6",
|
||||
"args": [ "--installargs", "ADD_CMAKE_TO_PATH=\"System\"" ]
|
||||
},
|
||||
{ "name": "imagemagick" },
|
||||
|
||||
@@ -290,6 +290,7 @@
|
||||
},
|
||||
{
|
||||
"name": "cmake.install",
|
||||
"version": "3.31.6",
|
||||
"args": [ "--installargs", "ADD_CMAKE_TO_PATH=\"System\"" ]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user