From a0e2ac262cb68308b47c36d067fb5489a666d8ee Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Sat, 6 Mar 2021 00:55:29 +0000 Subject: [PATCH] Added hwloc into compat build --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4d7a144a..8efc6987 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -86,7 +86,7 @@ jobs: run: | yum install -y centos-release-scl epel-release yum install -y devtoolset-9 - yum install -y git cmake libstdc++-static openssl-devel libmicrohttpd-devel libuv-devel libhwloc-devel glibc-static libuv-static + yum install -y git cmake libstdc++-static openssl-devel libmicrohttpd-devel libuv-devel hwloc-devel glibc-static libuv-static - name: Checkout code run: | git clone https://github.com/MoneroOcean/xmrig.git .