mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
Merge pull request #817 from jthelin/jthelin-patch-1
Fix minor glitch in cmake installer message
This commit is contained in:
@@ -10,7 +10,7 @@ source $HELPER_SCRIPTS/document.sh
|
|||||||
# Test to see if the software in question is already installed, if not install it
|
# Test to see if the software in question is already installed, if not install it
|
||||||
echo "Checking to see if the installer script has already been run"
|
echo "Checking to see if the installer script has already been run"
|
||||||
if command -v cmake; then
|
if command -v cmake; then
|
||||||
echo "Example variable already set to $EXAMPLE_VAR"
|
echo "cmake is already installed"
|
||||||
else
|
else
|
||||||
curl -sL https://cmake.org/files/v3.17/cmake-3.17.0-Linux-x86_64.sh -o cmakeinstall.sh \
|
curl -sL https://cmake.org/files/v3.17/cmake-3.17.0-Linux-x86_64.sh -o cmakeinstall.sh \
|
||||||
&& chmod +x cmakeinstall.sh \
|
&& chmod +x cmakeinstall.sh \
|
||||||
|
|||||||
Reference in New Issue
Block a user