mirror of
https://github.com/greatest-ape/aquatic.git
synced 2026-08-28 04:44:10 +00:00
CI: install libhwloc-dev
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user