From d67165a91eb76f397ab4b65f9e7e01c83a82d2ae Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Mon, 12 Aug 2024 00:56:10 +0300 Subject: [PATCH] Fixed merge --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dce2ba3b..827df9a1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -114,7 +114,8 @@ jobs: steps: - name: Prepare CentOS 7 tools 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 devtoolset-9 yum install -y wget git cmake3 automake libtool autoconf libstdc++-static glibc-static perl-IPC-Cmd