👷 skip certificate check

parent cde0b243
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
"buildcmd": [ "buildcmd": [
"uname -a", "uname -a",
"cd", "cd",
"wget https://github.com/Kitware/CMake/releases/download/v3.14.0/cmake-3.14.0.tar.gz", "wget --no-check-certificate https://github.com/Kitware/CMake/releases/download/v3.14.0/cmake-3.14.0.tar.gz",
"tar xfz cmake-3.14.0.tar.gz", "tar xfz cmake-3.14.0.tar.gz",
"cd cmake-3.14.0", "cd cmake-3.14.0",
"./bootstrap", "./bootstrap",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment