🔨 do not check certificate

parent df6fa6c1
...@@ -8,7 +8,7 @@ steps: ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment