Skip to content

Commit

Permalink
[release-binaries.yml] update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionizing committed Jul 8, 2024
1 parent 2a191cb commit 846f0cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ 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 wget centos-release-scl devtoolset-9
yum install -y gcc g++ which wget centos-release-scl
yum install -y devtoolset-9
source /opt/rh/devtoolset-9/enable
wget https://cmake.org/files/v3.20/cmake-3.20.3.tar.gz
tar zxvf cmake-3.*
Expand Down

0 comments on commit 846f0cd

Please sign in to comment.