mirror of
https://github.com/nlohmann/json.git
synced 2024-11-28 09:09:02 +08:00
🔨 do not check certificate
This commit is contained in:
parent
df6fa6c11c
commit
9746f72d71
@ -8,7 +8,7 @@ steps:
|
|||||||
- name: build
|
- name: build
|
||||||
image: gcc
|
image: gcc
|
||||||
commands:
|
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
|
- tar xfz cmake-3.20.2.tar.gz
|
||||||
- cd cmake-3.20.2
|
- cd cmake-3.20.2
|
||||||
- ./configure
|
- ./configure
|
||||||
|
Loading…
Reference in New Issue
Block a user