CI: install libhwloc-dev

This commit is contained in:
Joakim Frostegård 2021-11-19 00:21:51 +01:00
parent 593a46452f
commit 44ad2167fb
2 changed files with 3 additions and 1 deletions

View file

@ -15,6 +15,8 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get update -y && sudo apt-get install libhwloc-dev -y
- name: Build
run: |
cargo build --verbose -p aquatic_udp --features "cpu-pinning"