Added hwloc into compat build

This commit is contained in:
MoneroOcean 2021-03-06 00:57:02 +00:00
parent a0e2ac262c
commit 1b89b14886
2 changed files with 4 additions and 2 deletions

View file

@ -33,7 +33,8 @@ jobs:
steps:
- name: Prepare Ubuntu tools
run: |
sudo apt-get install -y git build-essential cmake libuv1-dev libssl-dev libhwloc-dev
sudo apt update
sudo apt install -y git build-essential cmake libuv1-dev libssl-dev libhwloc-dev
- name: Checkout code
uses: actions/checkout@master
- name: Build project on Ubuntu

View file

@ -22,7 +22,8 @@ jobs:
steps:
- name: Prepare Ubuntu tools
run: |
sudo apt-get install -y git build-essential cmake libuv1-dev libssl-dev libhwloc-dev
sudo apt update
sudo apt install -y git build-essential cmake libuv1-dev libssl-dev libhwloc-dev
- name: Checkout code
uses: actions/checkout@master
- name: Build project on Ubuntu