mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-09 08:42:40 -05:00
Added hwloc into compat build
This commit is contained in:
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@@ -33,7 +33,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Prepare Ubuntu tools
|
- name: Prepare Ubuntu tools
|
||||||
run: |
|
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
|
- name: Checkout code
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
- name: Build project on Ubuntu
|
- name: Build project on Ubuntu
|
||||||
|
|||||||
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -22,7 +22,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Prepare Ubuntu tools
|
- name: Prepare Ubuntu tools
|
||||||
run: |
|
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
|
- name: Checkout code
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
- name: Build project on Ubuntu
|
- name: Build project on Ubuntu
|
||||||
|
|||||||
Reference in New Issue
Block a user