File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/workflows/release Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,11 +61,11 @@ elif [[ ${OS} =~ "mariner" ]]; then
6161fi
6262
6363if [[ ${ARCH} == " x86_64" ]]; then
64- wget https://cmake.org/files/v3.15/cmake-3.15.0-Linux-x86_64.tar.gz
64+ wget --no-check-certificate https://cmake.org/files/v3.15/cmake-3.15.0-Linux-x86_64.tar.gz
6565 tar -zxf cmake-3.15.0-Linux-x86_64.tar.gz -C /usr/local/
6666 export PATH=" /usr/local/cmake-3.15.0-Linux-x86_64/bin:$PATH "
6767else
68- wget https://cmake.org/files/v3.20/cmake-3.20.6-linux-aarch64.tar.gz
68+ wget --no-check-certificate https://cmake.org/files/v3.20/cmake-3.20.6-linux-aarch64.tar.gz
6969 tar -zxf cmake-3.20.6-linux-aarch64.tar.gz -C /usr/local/
7070 export PATH=" /usr/local/cmake-3.20.6-linux-aarch64/bin:$PATH "
7171fi
You can’t perform that action at this time.
0 commit comments