mirror of
https://github.com/nlohmann/json.git
synced 2025-11-24 11:54:34 +08:00
🔨 do not check certificate
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user