🔨 do not check certificate

This commit is contained in:
Niels Lohmann 2021-05-09 13:34:28 +02:00
parent df6fa6c11c
commit 9746f72d71
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -8,7 +8,7 @@ steps:
- name: build
image: gcc
commands:
- wget https://github.com/Kitware/CMake/releases/download/v3.20.2/cmake-3.20.2.tar.gz
- wget --no-check-certificates https://github.com/Kitware/CMake/releases/download/v3.20.2/cmake-3.20.2.tar.gz
- tar xfz cmake-3.20.2.tar.gz
- cd cmake-3.20.2
- ./configure