Skip to content

Commit

Permalink
[release-binaries.yml] add wget
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionizing committed Jul 8, 2024
1 parent 055d33f commit 4f1fff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.*
Expand Down

0 comments on commit 4f1fff7

Please sign in to comment.