👷 skip certificate check

This commit is contained in:
Niels Lohmann 2019-03-25 06:45:35 +01:00
parent cde0b24389
commit e27b282033
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

View file

@ -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",