Added hwloc into compat build
This commit is contained in:
parent
a0e2ac262c
commit
1b89b14886
2 changed files with 4 additions and 2 deletions
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
@ -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
|
||||
|
|
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue