From 4f1fff7abae43c1040e31d76ade02ba6c6406475 Mon Sep 17 00:00:00 2001 From: Ionizing Date: Tue, 9 Jul 2024 01:02:12 +0800 Subject: [PATCH] [release-binaries.yml] add wget --- .github/workflows/release-binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml index e4b7dbf..cbeb52f 100644 --- a/.github/workflows/release-binaries.yml +++ b/.github/workflows/release-binaries.yml @@ -50,7 +50,7 @@ jobs: -e 's|^#baseurl=http://mirror.centos.org/centos|baseurl=https://vault.centos.org/centos|g' \ /etc/yum.repos.d/CentOS-Base.repo yum makecache - yum install -y gcc g++ which + yum install -y gcc g++ which wget wget https://cmake.org/files/v3.20/cmake-3.20.0.tar.gz tar zxvf cmake-3.* cd cmake-3.*