👷 skip certificate check
This commit is contained in:
parent
cde0b24389
commit
e27b282033
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
"buildcmd": [
|
||||
"uname -a",
|
||||
"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",
|
||||
"cd cmake-3.14.0",
|
||||
"./bootstrap",
|
||||
|
|
Loading…
Reference in a new issue