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 846f0cd commit 543ac7e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
/etc/yum.repos.d/CentOS-Base.repo
yum makecache
yum install -y gcc g++ which wget centos-release-scl
sed -i.bak \
-e 's|^mirrorlist=|#mirrorlist=|g' \
-e 's|^#baseurl=http://mirror.centos.org/centos|baseurl=https://vault.centos.org/centos|g' \
/etc/yum.repos.d/CentOS-SCLo.repo
yum makecache
yum install -y devtoolset-9
source /opt/rh/devtoolset-9/enable
wget https://cmake.org/files/v3.20/cmake-3.20.3.tar.gz
Expand Down

0 comments on commit 543ac7e

Please sign in to comment.