Skip to content

Commit 6c5918c

Browse files
committed
install hwloc in CI
1 parent d7b177d commit 6c5918c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
uses: dtolnay/rust-toolchain@master
2828
with:
2929
toolchain: ${{ matrix.toolchain }}
30+
- name: Install hwloc
31+
run: |
32+
sudo apt update && sudo apt install hwloc
3033
- name: cargo generate-lockfile
3134
run: cargo generate-lockfile
3235
- name: cargo test --locked

0 commit comments

Comments
 (0)