mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-11 09:22:48 -05:00
Fixed merge
This commit is contained in:
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@@ -114,7 +114,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Prepare CentOS 7 tools
|
- name: Prepare CentOS 7 tools
|
||||||
run: |
|
run: |
|
||||||
sed -i 's/mirror/vault/g' /etc/yum.repos.d/CentOS-Base.repo
|
sed -i 's/mirrorlist/vault/g' /etc/yum.repos.d/CentOS-Base.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
|
||||||
|
|||||||
Reference in New Issue
Block a user