mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 14:17:22 +00:00
update cmake-3.15.4
This commit is contained in:
committed by
GitHub
parent
382fd7849b
commit
cb9444bea2
@@ -12,7 +12,7 @@ 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 "Example variable already set to $EXAMPLE_VAR"
|
||||||
else
|
else
|
||||||
curl -sL https://cmake.org/files/v3.12/cmake-3.12.4-Linux-x86_64.sh -o cmakeinstall.sh \
|
curl -sL https://cmake.org/files/v3.15/cmake-3.15.4-Linux-x86_64.sh -o cmakeinstall.sh \
|
||||||
&& chmod +x cmakeinstall.sh \
|
&& chmod +x cmakeinstall.sh \
|
||||||
&& ./cmakeinstall.sh --prefix=/usr/local --exclude-subdir \
|
&& ./cmakeinstall.sh --prefix=/usr/local --exclude-subdir \
|
||||||
&& rm cmakeinstall.sh
|
&& rm cmakeinstall.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user