Fixed merge
This commit is contained in:
parent
d67165a91e
commit
f50c08cd9f
1 changed files with 1 additions and 2 deletions
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
@ -114,8 +114,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Prepare CentOS 7 tools
|
- name: Prepare CentOS 7 tools
|
||||||
run: |
|
run: |
|
||||||
sed -i 's/mirrorlist/vault/g' /etc/yum.repos.d/CentOS-Base.repo
|
sed -i 's/mirrorlist.centos.org/vault.centos.org/g' /etc/yum.repos.d/*.repo
|
||||||
cat /etc/yum.repos.d/*
|
|
||||||
yum install -y centos-release-scl epel-release
|
yum install -y centos-release-scl epel-release
|
||||||
yum install -y devtoolset-9
|
yum install -y devtoolset-9
|
||||||
yum install -y wget git cmake3 automake libtool autoconf libstdc++-static glibc-static perl-IPC-Cmd
|
yum install -y wget git cmake3 automake libtool autoconf libstdc++-static glibc-static perl-IPC-Cmd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue